一、遇到的问题
运行Xcode然后打包APP,结果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不兼容,需要处理一下。
三、增加Xcode系统支持
-
进入1: Gitee: iOSDeviceSupport 项目
image.png
或进入2:Gitcode 项目
-
下载你需要支持的系统文件, 并解压:
image.png -
然后再启动台的「其他」文件夹打开终端,输入
open /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
-
将第2步解压的文件夹全部复制到该目录下
image.png -
然后重启Xcode。
-
如果还不行,请重启手机。
网友评论