这是使用 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
本文自 https://www.codeun.com 发布,相应代码均自主编写并严格审阅和测试,完整代码中包含丰富的学习笔记和使用方式、实用技巧。
· 如若转载,请注明出处:https://www.codeun.com/archives/1187.html ·