turbo
turbo

Reputation: 589

How to get the iPhone 4.x simulator in xcode 4.2?

i have installed xcode 4.2. In toolbar, schemes section, shows only iPhone/iPad 5.0 simulator. what i have to do in order to see other platforms simulator like 3.0, 4.2 etc.

Upvotes: 6

Views: 1855

Answers (2)

Rafael Sanches
Rafael Sanches

Reputation: 1823

You can't by any easy way. I was hopping the debugging symbols package in Preferences -> Downloads would do it, but no.

The alternative is here: Xcode 4.3 and iPhone Simulator 4.2

Upvotes: 0

Philipp Schlösser
Philipp Schlösser

Reputation: 5219

Go to Preferences->Downloads, there you can download older versions of the Simulator. It only offers 4.3 though, i doubt that older ones are available for Xcode 4.2.

Edit: There seems to be no official information about this but many users in the Dev Forums claim that older simulators are indeed unsupported with Xcode 4.2.

Upvotes: 6

Related Questions