iOS:使用launchScreen.xib设置的启动界面在上传APP Store时报错(xcode7)

使用launchScreen.xib作为启动界面,但是上传到app store时报错

ERROR ITMS-90096: "Your binary is not optimized for iPhone 5 - New iPhone apps and app updates submitted must support the 4-inch display on iPhone 5 and must include a launch image referenced in the Info.plist under UILaunchImages with a UILaunchImageSize value set to {320, 568}. Launch images must be PNG files and located at the top-level of your bundle, or provided within each .lproj folder if you localize your launch images. Learn more about iPhone 5 support and app launch images by reviewing the 'iOS Human Interface Guidelines' at 'https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/IconsImages/IconsImages.html#//apple_ref/doc/uid/TP40006556-CH14-SW5' and the 'iOS App Programming Guide' at 'https://developer.apple.com/library/ios/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/App-RelatedResources/App-RelatedResources.html#//apple_ref/doc/uid/TP40007072-CH6-SW12'."

以前没有遇到过这种错误,什么情况啊????

图片描述

阅读 5.9k
3 个回答

加一个launchImage就好了。也就是你要新建一个launchImage。把里面相应的图片都加上。就好了。
你用的是xib。在设置里选择一下就行,但为了上appstore。这个launchImage还是要的。
我理解的可能不太深刻,但是上次我就是这么过的。哈哈。
欢迎加入物联网iOS交流群499604323

最低版本换到8.0就可以了,晕......

如果支持低版本,需要导入低版本的启动图片,Default.png 直接拖入到工程

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题