iOS归档文件上传失败由于iPhone 5的UILaunchImage

时间:2016-05-20 01:34:37

标签: ios iphone

我需要帮助。我正在尝试将我的ios应用程序上传到Apple Test Flight进行beta测试,在上传阶段我收到验证错误,说明

  

您的二进制文件未针对iPhone 5进行优化 - 新的iPhone应用程序必须支持iPhone 5上的4英寸显示器,并且必须包含在UILaunchImages下的info.plist中引用的启动图像。"

Error message

但我使用的是启动屏幕,而不是启动图像。我的plist只有Launch screen接口文件基本名称..如何摆脱这个错误......

2 个答案:

答案 0 :(得分:0)

看一下这个链接 - > http://dannysu.com/2014/04/16/not-optimized-for-iphone5/

您似乎需要专门为启动图像/ xib分配设备。

答案 1 :(得分:0)

试试这个。

设置启动屏幕故事板。

转到Project -> Target -> General -> App icon and launch image file -> launch sceen file

设置启动画面故事板文件。它将如下所示。

enter image description here

enter image description here

它应该在.plist中输入" Launch screen interface file base name"。如果不是,那么在你的信息plist中添加它。它看起来应该是这样的。

enter image description here