安装Xcode 6后,我的设备移动到灰色部分不符合条件的设备,我不能选择它们作为部署目标:
更新:
此错误发生在所有版本的Xcode 6.x.x中。 造成这个问题的原因有很多
查看这个解决方案列表以获得更多详细信息。
安装Xcode 6后,我的设备移动到灰色部分不符合条件的设备,我不能选择它们作为部署目标:
更新:
此错误发生在所有版本的Xcode 6.x.x中。 造成这个问题的原因有很多
查看这个解决方案列表以获得更多详细信息。
当前回答
在使用Unity3D时也遇到了同样的问题
Xcode 6.3需要Unity 4.6.4
如果你使用的是较旧的Unity版本(例如4.6.3),你的设备总是会出现在“非合格设备”部分
其他回答
我也遇到过类似的问题,对我来说,我已经升级到iOS8,并更改了Xcode项目的名称。对我来说,修复是通过选择管理方案>(+)按钮来创建一个新方案。
执行此操作后,我的设备列表返回。
改变你的部署目标并不是解决这个问题的好方法(它会改变你在应用商店中支持的iOS版本)。
我所做的就是重新启动Xcode,它就修复了。
在使用Unity3D时也遇到了同样的问题
Xcode 6.3需要Unity 4.6.4
如果你使用的是较旧的Unity版本(例如4.6.3),你的设备总是会出现在“非合格设备”部分
对于iOS 9.1+设备,Xcode版本应该升级到7.1(甚至7.0x也不行)
For most people the cause of the problem is probably mismatch between Xcode, device version and app target version. If versions are not a problem for you, most likely is that the device (iPhone/iPad) has been used with another Mac to copy apps to. This happens particularly more with a team environment where an iDevice can be used between team members. Xcode knows some other developer's Mac has connected to this device, it will show up as "Ineligible". But the previous Mac that connected to it, it will show up as normal. The quickest work around is as shown by joshstaiger among others: Go to Xcode ->Product->Destination Select the ineligible device as target. It should work.