Reputation: 18649
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
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
Upvotes: 4