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.
views:
2963answers:
3
+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."
chrissr
2010-02-27 22:19:04
I don't have this option, only iPad simulator is listed.
Ryan Waggoner
2010-02-28 06:26:07
change the active sdk to 3.1.2
Nithin
2010-03-01 07:52:14
+6
A:
For now, the iPhone Simulator 3.2 SDK is iPad-only. Test using the iPhone Simulator 3.1.2 SDK
rpetrich
2010-02-28 05:29:50
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
2010-05-13 17:07:56
+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
2010-04-01 20:16:20