Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

xcode

ios

I have an Xcode 6 project that I can't upload, because I'm getting the

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..

It's inconceivable why this happens, because I have a proper LaunchScreen.xib which should solve the launch image problem. 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. Do anybody had the same problem? I checked the other related questions, but that issues happened with Xcode 5 projects.

like image 216
rihe Avatar asked Oct 22 '14 22:10

rihe


1 Answers

If your Deployment Target is set to iOS 7.1 or earlier then you still need the old style launch images. The launch screen file is only for iOS 8.

like image 182
rmaddy Avatar answered Oct 16 '22 01:10

rmaddy