iOS Info.plist to overcome error ITMS: 90096

While uploading archive after a minor update, I'm encountering ITMS error:90096 that reads as follows.

------------------------------------------------------------------------------------------------------------------------------------------------------

"ERROR ITMS-90096: "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, 568}. Launch images must be PNG files and located at the top-level of your bundle ..."

-------------------------------------------------------------------------------------------------------------------------------------------------------

What is the Info.plist entry needed to correct this?

I already have LaunchImage (320, 568) and (320, 480) in top level of the project.


MacOS Sierra 10.12.3 and Xcode 8.2.1 (8C1002).


Thanks!

Show the complete file names for your launchimages.


>What is the Info.plist entry needed to correct this?


Add a line to Info.plist (select the last line, then '+', then start typing: Launc...(iphone), then select to create/add. Add the image name.


....or...


See Migrating an iOS App Icon Set to learn how to move existing app icons and launch images into an asset catalog.

iOS Info.plist to overcome error ITMS: 90096
 
 
Q