xcode 试图在 iPhone iOS 6.1.2 上测试我的应用程序,但“没有配置的 iOS 设备...”错误?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/15519541/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Trying to test my app on iPhone iOS 6.1.2 but "No provisioned iOS devices..." error?
提问by scourGINHO
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
我有一个大问题。我有一部装有 iOS 6.1.2 和最新版本 Xcode - 4.6.1 的 iPhone。当我尝试在该设备上测试我的应用程序时,Xcode 说
"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."
“没有配备兼容 iOS 版本的已配置 iOS 设备。将 iOS 设备连接到足够新的 iOS 版本以运行您的应用程序或选择 iOS 模拟器作为目标。”
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!
问题出在哪里以及如何解决?我尝试转到管理器,右键单击设备并将设备添加到配置文件,但没有结果。提前致谢!
回答by Shivaay
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.
- 尝试在您的设备上的 Xcode 管理器中单击“用于开发”。
- 愚蠢但也尝试关闭并重新打开xcode。
I think these are going to help you..
我想这些会帮助你..
回答by V-Xtreme
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 .
试试这个我不确定:选择你的项目 Target-> 在 sumary 下选择一些低部署目标,比如 5.0 。
看看它是否有效。