Reputation: 698
In my project target settings, i have set the base SDK to ios 7.0 and deployment target to ios 6.1.
When i test my app with the simulator with iOS 6.1 or iOS 7.0, everything is fine. The problem is that I just connected my iPhone 5 with iOS 6.1 installed and the project does not compile because of some iOS 7.0 calls...
Any suggestions?
Upvotes: 0
Views: 525
Reputation: 698
Thanks to L14M333, when i connect my device, xCode shows display 2 times my device, the first one correspond to iOS 6.1 runtime, and the second one to iOS 7.0 runtime.
I just have to select the right one.
Upvotes: 2