iOS解决xcode16.3无法真机调试问题

背景:一直使用15.2一年多了,最近提示必须升级到支持iOS18,升级后发现我的手机无法联调。
报错:

Could not locate device support files You may beable to resolve the issue by installing the latestversion of Xcode from the Mac App Store ordeveloper.apple.com.

网上搜索了一下比较简单的方法

bash <(curl -s https://raw.githubusercontent.com/filsv/iOSDeviceSupport/master/scripts/install_device_support.sh)

Enter the iOS version (e.g., 16.6)
输入以上脚本地址,输入手机对应的系统版本,再输入密码,等待安装,重启xcode,再连上手机就正常了。

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容