升级到xcode15.4后需要安装ios17.5模拟器
但是在下载过程中会遇到报错 : The network connection is lost
解决方案: 先将模拟器下载到本地
Xcode 安装17.5 simulator 下载地址:
Sign In - Applhttps://developer.apple.com/download/all/?q=Xcode
下载完成进行命令安装
sudo xcode-select -s /Applications/Xcode.app
xcodebuild -runFirstLaunch
xcrun simctl runtime add "下载包的绝对路径.dmg"
例如
xcrun simctl runtime add /Users/lixing/Downloads/iOS_17.5_Simulator_Runtime.dmg