Could not locate device support files.

报错信息:Failure Reason: The device may be running a version of iOS (13.6.1 17G80) that is not supported by this version of Xcode.[missing string: 869a8e318f07f3e2f42e11d435502286094f76de]

问题:xcode15升级到xcode16之后,13.6系统的iphone手机无法调试了,连接报错Could not locate device support files.

解决办法:

先按住commond+shift+G 快捷键输入以下地址 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/

进去看看是否包含13.6.

不包含表示不支持13.6系统的设备。需要到网上去搜索下载放进去,重启xcode就好了。

1、搜索设备支持文件:

在网上搜索 iOS 13.6 device support files。

从可靠网站下载相应的设备支持文件。

2、将设备支持文件放入 Xcode:

下载完成后,解压缩文件。

打开 Finder 并导航到 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/。

将解压后的文件夹复制到该目录下。

3、重启 Xcode:

关闭并重新打开 Xcode,重新连接设备,查看是否解决问题。

相关推荐
丁乾坤的博客2 个月前
Xcode16适配
xcode16·ios18·sa_family_t
RollingPin2 个月前
Xcdoe快速更新安装的小Tips
xcode·xcode更新·simulator·xcode16·xcode安装·安装模拟器·ios18
ZhaiAlan8 个月前
Xcode15报错: SDK does not contain ‘libarclite‘
cocoapods·xcode升级·pod私有库