升级到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
发表评论