ios-Ineligible Devices 不被识别的设备

此问题大致分为几种:

1、设备不可用,出现Ineligible Devices,如下图:

此错误因为 Xcode的Deployment Target 大于设备的,选择和设备一样 或者 低于设备的。如下图:

 

2、Ineligible Devices --》unavailable 

3、Ineligible Devices --》os version 

出现这个两个说明 你该更新Xcode了 ,如果Xcode更新不了,说明你该跟新OS系统了

原文地址:https://www.cnblogs.com/zxykit/p/5157915.html