How do I use the iPhone Simulator in 3.2 (not iPad Simulator)

Posted by JustinXXVII on Stack Overflow See other posts from Stack Overflow or by JustinXXVII
Published on 2010-04-28T00:20:10Z Indexed on 2010/04/28 0:23 UTC
Read the original article Hit count: 530

Filed under:
|

I'm fixing my app to be a universal binary. Testing on the simulator seems to default to the iPad. For small corrections like checking orientations and small UI updates, the only way I can find to get the iPhone version is to plug in my iPhone and build and run on device.

Loading the debugger takes valuable time, when running on simulator is so much faster for this kind of work. Can I set the simulator to default to iPhone for this? Setting it to 3.1.3 doesn't work because of the 3.2 code I have in the binary for the iPad.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-simulator