报错信息: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,重新连接设备,查看是否解决问题。