Xcode 7.0,在设备上运行时不合格的设备。- 姓名的 iPhone 不可用
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/32739233/
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
Xcode 7.0, Ineligible devices while running on device. - Name's iPhone unavailable
提问by Vinod Rathod
After updating Xcode to 7.0, and iOS 9 in my device, Xcode does not detects my device to test & deploy,
在我的设备中将 Xcode 更新到 7.0 和 iOS 9 后,Xcode 未检测到我的设备进行测试和部署,
It shows vinod's iPhone unavailable
while running the code.
but until Xcode 6.3 the app was running & deployed very well in the device.
它vinod's iPhone unavailable
在运行代码时显示。但直到 Xcode 6.3 应用程序在设备中运行和部署得很好。
Does anyone know how to resolve this?
有谁知道如何解决这个问题?
回答by Anbu.Karthik
You can try follow any one solution to run build in your device.
您可以尝试按照任何一种解决方案在您的设备中运行构建。
Restart your iOS device (If device is recently updated) and your Xcode.
Make Sure that in build settings "iOS Deployment Target" is <= the version of your iDevice.
重新启动您的 iOS 设备(如果设备最近更新)和您的 Xcode。
确保在构建设置中“iOS 部署目标”是 <= 您的 iDevice 版本。
Otherwise goto - Product > Destination, select your device which would be showing as ineligible device.You will be able to select your device and run your build.
否则转到 - 产品 > 目的地,选择将显示为不合格设备的设备。您将能够选择您的设备并运行您的构建。