I started my project as a universal app, and now I want to change the app to iPhone only and release that first, then upgrade later to support iPad.
When I tried to change the app to support only the iPhone, it won't launch in the "iPhone mode" when I run it on my iPad or the iPad simulator, I just see a black screen, and the app crashes.
What I did when I was changing the universal to iPhone only:
- I changed the Universal to iPhone in the "Deployment info" section
- Removed the iPad references from the info.plist
- Changed the targeted device family to iPhone in the build settings.
What am I doing wrong?