tags:

views:

72

answers:

2

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?

Thanks.

+1  A: 

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.".

juckobee
A: 

You can select the device from the menu inthe simulator.

David Scott