博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
iOS开发--提交应用Your binary is not optimized for iPhone 5
阅读量:6445 次
发布时间:2019-06-23

本文共 603 字,大约阅读时间需要 2 分钟。

ERROR ITMS-9000: "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 UILaunchImage 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.

提交应用时报上面的错,上网搜索了下,下面这个方法可以解决

If you are working with Images.xcassets make sure in your projects settings, General > App Icons and Launch Images > Launch Image Source is set.

转载地址:http://qupwo.baihongyu.com/

你可能感兴趣的文章
no_unnest,push_subq,push_pred的用法 (转)
查看>>
jQuery中ajax的使用与缓存问题的解决方法
查看>>
am335x 内核频率 ddr3频率 电压调整
查看>>
<runtime> 的 <assemblyIdentity> 元素和<bindingRedirect> 元素
查看>>
【LeetCode】76. Minimum Window Substring
查看>>
查找任意数目参数的最大值
查看>>
UVa 1586 - Molar Mass
查看>>
Android蓝牙设备名修改
查看>>
Oracle PL/SQL随堂笔记总结
查看>>
编码原则:最小化使用控制结构(条件和循环)续:告别 break 和 continue
查看>>
如何提高逻辑思维的能力 思维的层次 逻辑思维能力练习方式
查看>>
轻易不要直接修改文档
查看>>
流星蝴蝶剑无限气改法
查看>>
微信公众平台开发(76) 无高级接口账号获取用户基本信息
查看>>
C++中for_each的应用
查看>>
Cocos2d-x3.0游戏实例之《别救我》第四篇——乱入的主角
查看>>
Android_神奇的android:clipChildren属性
查看>>
数据库事务的隔离级别
查看>>
Java入门记(二):向上转型与向下转型
查看>>
将utf-8的中文或者字符都看成一个字符
查看>>