解决iOS 12.4 (16G77), which may not be supported by this version of Xcode


解决iOS 12.4 (16G77), which may not be supported by this version of Xcode

https://blog.csdn.net/qq_31915745/article/details/100295093

iphone升级到12.4,发现XCode无法真机调试。发现是XCode版本过老,可以更新XCode,但更新一般较慢。最快的解决方法如下。

1.去下述链接下载缺少的包(XCode报错缺哪个版本的包就下哪个zip)

https://github.com/xushuduo/Xcode-iOS-Developer-Disk-Image/releases (如果页面加载慢可以用科学上网法,亲测加载会比较快)

备用链接:https://github.com/filsv/iPhoneOSDeviceSupport

  1. 快捷键command + shift + G 前往文件夹:

  2. 复制 Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport ,进入文件夹

4.把压缩包解压放进去。

  1. 把真机拔离电脑,重启XCode。 即可安装app到手机调试