"Your Binary Is Not Optimized for iPhone 5" (Itms-90096) When Submitting

Your binary is not optimized for iPhone 5 (ITMS-90096) when submitting

  1. Check all those images are .PNG
  2. Put those images at root level of your project
  3. Add another splash.png with name "Default-568h@2x.png" for iPhone 5. Its size should be 640 × 1136 pixel.

Error ITMS-90096: Your binary is not optimized for iPhone 5

Try to clear "Launch screen file" at "App icons and Launch images"

Sample Image

Your binary is not optimized for iPhone 5

This problem has solved when I do this :

  1. I have removed launge images' xcassets totally
  2. added the launch image set and

    added all launch images again
  3. created a new ipa again and

and this time its successfuly submitted.

Xcode error while validation - Your binary is not optimized for iPhone 5

Are you sure the 568h file is actually in PNG format? Also make sure that you provided support for iphone 5 for all your screens? Only adding Default-568h@2x.png is not gaurantee for iphone 5 support. You have to check for framing of all your view for iphone 3.5" and 4" device.

You can do the framing by code or autoresizing that is other thing.

Kindly check out this link: Your binary is not optimized for iPhone 5

Binary is not optimized for iPhone 5 Error when using LaunchScreen.xib

I think you are using 7.0 as your Deployment target, so instead of Launch Screen.xib file use Asset Catalog and add all Splash screens, this will solve your problem.



Related Topics



Leave a reply



Submit