Trying to test my app on iPhone iOS 6.1.2 but “No provisioned iOS devices…” error?

孤人 提交于 2019-12-02 08:08:40

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!