验证iOS App时出错

时间:2014-01-02 16:14:55

标签: ios xcode app-store nib

我正在尝试发布iOS应用程序,但是当我尝试验证构建时收到这些错误:

Nib file 'Main-iPad~.nib' was not found. Please ensure the specified file is included in the bundle with any required device modifiers appended to the filename

Invalid Info.plist: The Info.plist may contain either UIMainStoryboardFile or NSMainNibFile, but it must not contain both keys. For more information, refer to the Information Property List Key Reference.

1 个答案:

答案 0 :(得分:23)

您的Info.plist中似乎有一些陈旧的条目。检查它并删除“主nib文件基本名称”。还要确保目标中不包含nib文件。

我假设您使用的是storyboard,因此您需要删除nib文件。