简体   繁体   English

二进制文件不是针对iPhone 5的优化错误 - 在带有LaunchScreen.xib的Xcode6中

[英]Binary is not optimized error for iPhone 5 - in Xcode6 with LaunchScreen.xib

I have an Xcode 6 project that I can't upload, because I'm getting the 我有一个我无法上传的Xcode 6项目,因为我得到了

Your binary is not optimized for iPhone 5 error New iPhone apps and app updates submitted must support the 4-inch display on iPhone 5 and must include a launch image.. 您的二进制文件未针对iPhone 5错误进行优化提交的新iPhone应用和应用更新必须支持iPhone 5上的4英寸显示器,并且必须包含启动图像。

It's inconceivable why this happens, because I have a proper LaunchScreen.xib which should solve the launch image problem. 这是不可思议的,为什么会发生这种情况,因为我有一个适当的LaunchScreen.xib应该可以解决启动图像问题。 The project is a native Xcode 6 project, I didn't migrated anything from Xcode 5, therefore I have no idea what could be the problem. 该项目是一个原生的Xcode 6项目,我没有从Xcode 5迁移任何东西,因此我不知道可能是什么问题。 Do anybody had the same problem? 有没有人有同样的问题? I checked the other related questions, but that issues happened with Xcode 5 projects. 我检查了其他相关问题,但Xcode 5项目发生了这个问题。

If your Deployment Target is set to iOS 7.1 or earlier then you still need the old style launch images. 如果您的部署目标设置为iOS 7.1或更早版本,那么您仍需要旧式启动映像。 The launch screen file is only for iOS 8. 启动屏幕文件仅适用于iOS 8。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM