I’m testing my app on iPhone 5 but something strange happened:
I’m developing for iOS 5.1 and the first times I was testing the app on the new iPhone 5 it was running normally. But suddenly it is running full screen! If i run the app on iPhone 4 inch simulator it appears as normal (not full screen).
In Build Settings the Deployment Target is 5.1. Though in the Summary a Launch Image space for retina 4 inch has appeared and a warning that the image is missing.
How to make the app run “normal” (as 3,5 inch) on iPhone 5 again?
I’m using Xcode 4.5.1
Did it:
If Xcode auto added image “default-586h@2x.png” to the project make sure it’s properly deleted from project AND source folder. Then go Product –> Clean. Manually delete the application from simulator/iPhone. Build and run. Problem solved.