Xcode 4.5 - Why won't my app run as iPad over iPhone

You must Login before you can answer or comment on any questions.

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.

— answered 7 months ago by Stephen Feather
answer permalink
1 Comment
  • Finally got it to work, but seems to be you have to change ALL the references from Arm6 to Arm7 I guess. Thanks for the help Stephen.

    — commented 7 months ago by Stephen Flournoy

Your Answer

Think you can help? Login to answer this question!