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'."
以前没有遇到过这种错误,什么情况啊????
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
加一个launchImage就好了。也就是你要新建一个launchImage。把里面相应的图片都加上。就好了。
你用的是xib。在设置里选择一下就行,但为了上appstore。这个launchImage还是要的。
我理解的可能不太深刻,但是上次我就是这么过的。哈哈。
欢迎加入物联网iOS交流群499604323
最低版本换到8.0就可以了,晕......
如果支持低版本,需要导入低版本的启动图片,Default.png 直接拖入到工程