xcode iOS 7 - 没有可用的预配 ios 设备
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/17087283/
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
iOS 7 - no provisioned ios devices are available
提问by schirrmacher
I have installed iOS 7 on my iPhone 5 and the Beta Version of Xcode 5 on my mac.
我在 iPhone 5 上安装了 iOS 7,在 Mac 上安装了 Xcode 5 的 Beta 版。
When I want to run an app on my iPhone, Xcode says:
当我想在我的 iPhone 上运行一个应用程序时,Xcode 说:
"no provisioned ios devices are available with a compatible iOS version"
“没有配备兼容 iOS 版本的 ios 设备可用”
What went wrong?
什么地方出了错?
回答by Steaphann
It's a guess. But if you have installed IOS7 on your device.
这是一个猜测。但是如果您的设备上安装了 IOS7。
You need to say again that you want to use it for development. You can do this in the organizer --> devices in xcode
你需要再说一遍,你想用它来开发。您可以在管理器中执行此操作-> xcode 中的设备
回答by Jamal Zafar
Go to project and Target Settings and Make sure that you have set the right provisioning profile before running it on your device. As you are mentioning that you have installed a new SDK and Xcode, i would suggest you to check the provisioning profile once again.
转到项目和目标设置,并确保在设备上运行之前设置了正确的配置文件。正如您提到的,您已经安装了新的 SDK 和 Xcode,我建议您再次检查配置文件。