问题
I have a big problem. I have an iPhone with iOS 6.1.2 and the latest version of Xcode - 4.6.1. When I try to test my app on that device, Xcode says that
"No provisioned iOS devices are available with a compatible iOS version. Connect an iOS device with a recent enough version of iOS to run your application or choose an iOS simulator as the destination."
Where is the problem and how to solve this? I tried going to Organizer, right click on device and adding device to provisioning profile, but no result. Thanks in advance!
回答1:
you try these methods:-
- Try clicking "Use for Development" on your device in the Xcode Organizer.
- Stupid but try this also closing and re-opening xcode.
I think these are going to help you..
回答2:
Try this I am not sure :
Select your project Target->under the summery select the some low deployment target like 5.0 .
and see whether is it working .
来源:https://stackoverflow.com/questions/15519541/trying-to-test-my-app-on-iphone-ios-6-1-2-but-no-provisioned-ios-devices-er