Xcode真机运行报错:Failed to prepare th

2023-09-06  本文已影响0人  贵叔勇闯天涯

一、遇到的问题
运行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. 进入1: Gitee: iOSDeviceSupport 项目
    或进入2:Gitcode 项目

    image.png
  2. 下载你需要支持的系统文件, 并解压:


    image.png
  3. 然后再启动台的「其他」文件夹打开终端,输入

open /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
  1. 将第2步解压的文件夹全部复制到该目录下


    image.png
  2. 然后重启Xcode。

  3. 如果还不行,请重启手机。

上一篇 下一篇

猜你喜欢

热点阅读