IOS 学习笔记 快速解决is running iOS 12.3 (16F156), which may not be supported by this version of Xcode.

解决is running iOS 12.3 (16F156)

iphone系统到了12.3,xcode无法进行真机调试了,报错:

is running iOS 12.3 (16F156), which may not be supported by this version of Xcode.

载最新版本的Xcode特别慢,提供一个下载包,按下面操作就能快速解决。

下载地址:https://github.com/cmyeyi/xcode123.git

通过把压缩包上传到git上了,git clone https://github.com/cmyeyi/xcode123.git 下来

使用步骤:
1)下载压缩包文件并解压,

2)回到桌面,快捷键command + shift + G 前往文件夹:

3)然后把:Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport复制粘贴进去

4)把解压后的文件放入到该目录下,关闭Xcode,然后重新启动

IOS 学习笔记 快速解决is running iOS 12.3 (16F156), which may not be supported by this version of Xcode._第1张图片
20190610180626262.png

作者:_无问西东
来源:CSDN
原文:https://blog.csdn.net/weixin_36709064/article/details/91389432
版权声明:本文为博主原创文章,转载请附上博文链接!


Xcode运行12.3.1的手机iOS版本,真机调试出错

解决办法
https://stackoverflow.com/questions/52810939/ios-12-0-1-16a404-device-support-file

你可能感兴趣的:(IOS 学习笔记 快速解决is running iOS 12.3 (16F156), which may not be supported by this version of Xcode.)