Genadinik
Genadinik

Reputation: 18649

iOS - Cannot deploy to iOS 6.1 Simulator or set Deployment Target to iOS 6.1

My app got rejected because it crashes on the iPhone 5 running iOS 6.1. So I was trying to test on this version, but I realized that my xCode for this app does not have the option to run the emulator in iPhone 5 running iOS 6.1

How could I make it run in that configuration?

My current target is 6.0 iPhone. When I try to make the "deployment target" 6.1 I don't have that option. It only goes to 6.0...but the xCode for my other app does have the 6.1 option. What should I change in order to enable that?

Thanks!

Upvotes: 0

Views: 2639

Answers (1)

Chris Wagner
Chris Wagner

Reputation: 21013

You need to update to Xcode 4.6 which includes the 6.1 simulator and SDK. Do this in the AppStore.

If you ever need to install a different simulator within Xcode go to Preferences and then the Downloads sections

enter image description here

Upvotes: 4

Related Questions