views:

978

answers:

3

I'm considering upgrade SDK 3.1.3 to 3.2 because 3.1.3 disappeared on Apple's website. I used 3.2 SDK beta once, and any project launched iPad simulator only. (even iPhone project)

Is there iPhone simulator on SDK 3.2? Or how to test iPhone app on SDK 3.2?

PS. I have to check this before install because this is my main workstation, so I cannot put this into unstable or unusable state.

+5  A: 

You can switch between iPad and iPhone under Hardware -> Device.

gammelgul
+1  A: 

In the build settings for a project, you can specify the deployment target to be iPhone OS 3.1.3 (or earlier). This will make the iPhone Simulator 3.1.3 (or earlier) available as a simulator (instead of only the iPhone Simulator 3.2, aka the iPad simulator)

drootang
+1  A: 

From Apple's documentation: "iPhone OS 3.2 does not support iPhone and iPod touch devices. It runs only on iPad." So you'll have to wait for iOS 4.

juggleware