validationiOS应用程序时出错

我试图发布一个iOS应用程序,但是当我尝试validation我的构build时收到这些错误:

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. 

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

我假设你正在使用故事板,所以你需要删除nib文件。