iOS 12.2(16E227)真机调试包

手机系统更新到12.2,发现手机无法进行真机调试了,我又不想下载最新版本的Xcode。看到Xcode提示缺少iOS 12.2(16E227) 调试包,于是就去网上找了找资源。

提示:This iPhone 8 (Model A1863, A1905, A1906, A1907) is running iOS 12.2 (16E227), which may not be supported by this version of Xcode.

 

iOS 12.2(16E227)、Xcode 12.2 (16E226/16E227) 真机调试包

 

真机调试包下载链接:

百度云下载: 链接: https://pan.baidu.com/s/1Ad0FilbUcG9YHVjTtx-wEg  密码:kuk5

使用方法:
将下载好的调试包解压,然后点击到桌面,快捷键command+shift+g前往文件夹:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
把解压后的文件放入到该目录下,关闭Xcode,然后重新启动即可。

注意:有的人电脑上可能安装了多个版本的Xcode,这时需要将上面的文件夹路径中的“Xcode.app”替换为你想要运行的Xcode的名称,比如我目前的Xcode版本为10.0,那么我的路径就是“/Applications/Xcode 10.0.app......”

你可能感兴趣的:(iOS开发)