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 that the build is only for the iPhone? I’ve actually finished coding the app and ready to submit it, so hopefully it’s just a case of changing some obscure project settings (as opposed to creating a new project and coping all the code over).
Thanks St.Ov.!
You have to change the
Targeted device family. Select the project, theninfo-->Deployment--->Targeted device familytoiPhoneonly and you have to do the same thing in targets. After that your app will be only for iPhone.Good Luck!