Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/99.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
验证iOS应用程序时出错_Ios_Xcode_App Store_Nib - Fatal编程技术网

验证iOS应用程序时出错

验证iOS应用程序时出错,ios,xcode,app-store,nib,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 UIM

我正在尝试发布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.

您的Info.plist中似乎有一些过时的条目。检查并删除“主nib文件基名称”。还要确保nib文件未包含在目标中


我假设您正在使用故事板,因此需要删除nib文件。

您是否阅读了错误并查看了info.plist文件?它是否同时包含UIMainstryBoardFile和NSMainNibFile?在我的info.plist文件中,我有一个:NSMainNibFile~ipad。必须从文件中完全删除它。