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?
|
|
|
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.". |
|||
|
|
None of the above worked for me, but the following took care of the issue : Source: http://www.cocoabuilder.com/archive/xcode/301182-xcode-3-2-6-keeps-switching-to-ipad-simulator.html Excerpt:
Additional Notes:
|
||||
|
|
|
I'm also looking for a way to have "iPhone" always auto selected instead of iPad. We all know we can select from the simulator. Since 4.2, it's even more problematic. |
|||
|
|
|
I finally solved this problem myself. First, install new version of xCode, which is xCode 4. Then set project scheme to iphone simulator and run app in xCode several times. And re-install xCode 3 and the problem will be gone away! |
|||
|
|
|
Yes, it's annoying. This worked for me: Open the .plist file in group/folder resources and check the checkbox for key "Application requires iPhone environment". |
|||
|
|