emma
emma

Reputation: 117

how to use iphone simulator 5.1 in xcode 4.6.2

I install xcode 4.6 in my mac and I want to use simulator 5.1 in my xcode. I could put iphone simulator 5.1 in my new xcode but when use xcode this simulator dont show in my xcode. I want run my project with iphone simulator 5.1 not iphone 6.1 simulator. I have xcode 4.4.1 and 4.6.2 setup. this is my simulator and xcode picture :

enter image description here

enter image description here

Upvotes: 0

Views: 1956

Answers (2)

Mat
Mat

Reputation: 7643

It seems that you have the 5.1 simulator but you're targeting your app for the 6.1

Select your project -> Targets -> Summary tab -> And set the Deployment Target to 5.1

Upvotes: 1

Kedar
Kedar

Reputation: 1298

Go to the xcode menu, preferences, downloads. You will see the option to download older simulators.

Upvotes: 1

Related Questions