How can I convert a universal application I have made to an iPhone-only application in Xcode?
Asked
Active
Viewed 165 times
0
-
1Isn't there a little dropdown in the project settings? – Richard J. Ross III Apr 15 '13 at 17:32
-
possible duplicate of [Universal project to iPhone only project xcode](http://stackoverflow.com/questions/16020813/universal-project-to-iphone-only-project-xcode) – Dan F Apr 15 '13 at 17:52
-
@DanF While that is a duplicate (in fact its a duplicate posted by the same user) this one has an answer and that one has already been closed. – Jack Apr 15 '13 at 19:20
1 Answers
4
Set Targeted Device Family in the Deployment section of the build settings.
To clarify, here's a screenshot:

Richard J. Ross III
- 55,009
- 24
- 135
- 201

Jim
- 72,985
- 14
- 101
- 108
-
-
That wont be sufficient, you have to remove the story board files, xibs etc associated with iPad version. – Satyam Apr 15 '13 at 17:56