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

发布于 2022-09-02 13:36:33 字数 1166 浏览 20 评论 0

使用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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

鲜肉鲜肉永远不皱 2022-09-09 13:36:34

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

不一样的天空 2022-09-09 13:36:34

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

删除→记忆 2022-09-09 13:36:34

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文