I\'ve been a bit stupid and built my app as being targeted for both iPhone and iPad, whereas it should really just be for the iPhone.
How do I change the settings so tha
U can do this by going through the following steps.
That should do it.
Have fun.
For Xcode 4.2:
You have to change the Targeted device family
. Select the project, then info-->Deployment--->Targeted device family
to iPhone
only and you have to do the same thing in targets. After that your app will be only for iPhone.
Good Luck!
In XCode 9.4.1
Project -> Edit Project Settings -> Build -> Targeted Device Family = iPhone
Open "[project]-Info.plist" and change "Main nib file base name (iPad)" in "MainWindow_iPhone"
I hope this helps :-)
For Xcode 5.1.1:
Select your project and then go to:
General->Deployment Info -> Devices
and then select just iPhone