2
votes

I read the answers to questions similar to my question in stackoverflow here, here & here but could not solve my issue. I get the below error while trying to validate my binary with xCode 5. I sent two month ago another version of this binary and it was accepted and put on the app store. I have the proper launch images for iphone 5 & 6.

It says:

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 UILaunchImages with a UILaunchImageSize value set to {320,586}. 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. Learn more about iPhone 5 support....

As you can see this error differs from what was brought up in other questions on this topic. Any help would be appreciated. Thanks.

1
Did you find an answer? How did you solve this?Zaxter

1 Answers

0
votes

Do you localized your launch images?

If you do, I had some problem for that and found a way to solve it. https://stackoverflow.com/a/26872153/2632955