views:

2963

answers:

3

I just installed the latest SDK from Apple so I can start learning iPhone / iPad app development. However, I'm having a stupid issue: all my builds get run in the iPad simulator instead of the iPhone simulator, and I have no idea how to change it.

+6  A: 

On your build selector dropdown, (where you select device or simulator), there's now a new option that lets you choose the "Active Executible." Choose "iPhone Simulator."

alt text

chrissr
I don't have this option, only iPad simulator is listed.
Ryan Waggoner
change the active sdk to 3.1.2
Nithin
+6  A: 

For now, the iPhone Simulator 3.2 SDK is iPad-only. Test using the iPhone Simulator 3.1.2 SDK

rpetrich
Was just about to ask the same question (thought it was a configuration problem) and saw this answer. I'd been digging through the target and executable settings for days trying to find this. Didn't expect something so simple.
nevan
+1  A: 

Thought I found the answer at this question: http://stackoverflow.com/questions/2332214/setting-the-active-executable-in-xcode

But although it does let me see other active executables, "iPhone Simulator (3.2)" does not appear.

Chris_K