I want to validate my app in Xcode but it keeps failing for some odd reason, and tells me this:
iTunes Store operation failed 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 and so on...
I tried to add launch images, I removed them, added as an array in info.plist, but nothing seems to work.
_________EDIT__________
I solved the problem by changing the Launch Screen File in the General tab to Main.StoryBoard
Here: http://oleb.net/blog/2014/08/replacing-launch-images-with-storyboards/