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!