简体   繁体   中英

App on device with iOS 6.1 not compiling with base sdk 7.0 & deployment target 6.1

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?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM