How to tell XCode to run IPhone or IPad Simulator? -


I want to make my app ready for the iPad, but I can never get it to do this work. Without making any changes to the project, the active executable says "xxx - iphone simulator"

So what do I have to do to run my app in iPad Simulator ?!

Thx

Change target version in target OS 3.2. (Currently the simulator only allows 4.0 on the iPhone and 3.2 on the iPad.)


Comments