Search code examples
iphonexcodeipad

How to change the default Xcode iphone simulator when testing


I don't know why but now the default iphone simulator launched when I build the project is "ipad", but I want it to use iphone 3g instead.

Any way to set this preference?


Solution

  • For me works changing active SDK from 3.2 to 4.0. If your project is mentioned to work on iPad and iPhone (or for compatibility matters) I believe the only way is manually switching active executable before running your app on simulator. Apple:"iPhone OS 3.2 does not support iPhone and iPod touch devices. It runs only on iPad.".