背景:一直使用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,再连上手机就正常了。