美文网首页
解决 iOS 15.8.2真机不能在Xcode 调试问题

解决 iOS 15.8.2真机不能在Xcode 调试问题

作者: Mr_Wendao | 来源:发表于2024-06-04 14:43 被阅读0次

由于忍不住将 iPhone 7 Plus 升级到了 iOS 15.8.2。毫无意外,出现了问题:

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版本不兼容,则此操作可能会失败。您可能还需要重新启动Mac和设备才能正确检测兼容性。

重启Mac和iPhone 无果

想到添加 DeviceSupport 即可。

在Github 搜索 DeviceSupports 无果

想到拷贝一份 iOS 15.7的 DeviceSupport 试试。

具体操作:拷贝一份 15.7 文件夹,然后重命名为 15.8

Done。

其他

不会还有人不知道怎么添加 DeviceSupport 吧?

位置:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

DeviceSupport下载地址:https://github.com/filsv/iOSDeviceSupport

相关文章

网友评论

      本文标题:解决 iOS 15.8.2真机不能在Xcode 调试问题

      本文链接:https://www.haomeiwen.com/subject/kmtofjtx.html