XCode打包出现错误:"Nib file 'Main~iphone.nib' was not found.

App Store Connect Operation Error
ERROR ITMS-90030: "Nib file 'Main~iphone.nib' was not found. Please ensure the specified file is included in the bundle with any required device modifiers appended to the filename."

App Store Connect Operation Error
ERROR ITMS-90030: "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."

感觉是xcode自己混乱了,打包之后的info.plist中,有一个“Main nib file base name”的Key,本来应该用Storyboard来启动的,解决办法,改成“Main storyboard file base name”就可以了。

posted on 2020-05-17 00:36  barani  阅读(547)  评论(0编辑  收藏  举报

导航