新的 ios7 更新和 xcode 5 找不到设备
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/18946435/
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
New ios7 update & xcode 5 no device found
提问by El Dude
I just updated my iPhone4s to ios7 and xcode to 5. I am trying to run my app on the iphone which worked for 6.1.x and 4.xx. However, after the update xcode claims not to find my connected iphone testing my app.
我刚刚将 iPhone4s 更新为 ios7,将 xcode 更新为 5。我正在尝试在适用于 6.1.x 和 4.xx 的 iphone 上运行我的应用程序。但是,更新后 xcode 声称找不到我连接的 iphone 测试我的应用程序。
Xcode cannot run using the selected device.
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?
回答by Deepak Thakur
- Window -> Organizer.
- Click on device tab.
- Click on the iOS device on the left side and click the button 'Use for development'.
- 窗口 -> 管理器。
- 单击设备选项卡。
- 单击左侧的 iOS 设备,然后单击“用于开发”按钮。
回答by RFG
Check in Organizer if device is used for development or has lost this property on xcode actualization.
如果设备用于开发或在 xcode 实现中丢失了此属性,请检查管理器。
回答by iDev
check the organizer like Rauru Ferro said. It might need some time to update the settings in Xcode. You should see a progress bar loading, after that everything should work fine.
像 Rauru Ferro 说的那样检查组织者。更新 Xcode 中的设置可能需要一些时间。您应该会看到一个进度条加载,之后一切正常。