这是使用 Xcode
真机运行时提示的一个错误,它会导致真机编译安装不了,通常是设备的版本和 Xcode
版本不匹配,经常是在升级后出现。
错误内容
Failed to prepare the device for development. This operation can fail if the version of the OS on the device is incompatible with the installed version of Xcode. You may also need to restart your Mac and device in order to correctly detect compatibility.
解决方案
- 检查
Xcode
支持版本支持文件;- 打开目录
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/
- 检查目录内是否有需要连接设备的版本;
- 如果有就直接重启需要连接的设备;
- 打开目录
- 下载所需版本支持文件;
- 解压后将版本支持文件夹放入第一步的目录内;
- 重启
Xcode
- 解决完毕~
版本支持文件下载
github 下载
Xcode iPhoneOS (iOS) DeviceSupport:https://github.com/filsv/iOSDeviceSupport