This is most likely one of those "dumb" questions, but when I run my titanium app from the Xcode project file so I can debug the code with the console, it compiles and builds fine, but I can't seem to find the right switch to make sure it only fires up as an iPad app, not iPhone. Even when I set the deployment to iPad in all of the targets it runs as iPhone app. Help?
1 Answer
Accepted Answer
In xCode, there is the big/giant play/run button in the top left? Near it are the options in a drop down to change target platform (iphone/ipad) and target (device/simulator) and ios version.
Your Answer
Think you can help? Login to answer this question!