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

 朱鹏飞0521 发布于 2022-10-28 08:53

使用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'."

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

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

    2022-11-12 01:45 回答
  • 最低版本换到8.0就可以了,晕......

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

    2022-11-12 01:45 回答
撰写答案
今天,你开发时遇到什么问题呢?
立即提问
热门标签
PHP1.CN | 中国最专业的PHP中文社区 | PNG素材下载 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有