本文主要是介绍Xcode 安装17.5 simulator 总是失败,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
升级到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
这篇关于Xcode 安装17.5 simulator 总是失败的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!