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
相关推荐
請你喝杯Java9 小时前
Mac上Cursor无法安装插件解决方法
macos·cursor·vsode
界面开发小八哥10 小时前
Java开发工具IntelliJ IDEA v2025.1——全面支持Java 24、整合AI
java·ide·人工智能·intellij-idea·idea
PyAIGCMaster10 小时前
Vscode已经打开的python项目,如何使用已经建立的虚拟环境
ide·vscode·python
编程猪猪侠10 小时前
VSCode如何修改默认扩展路径和用户文件夹目录到其他盘以及微信开发工具如何修改扩展路径到其他盘
ide·vscode·编辑器
网络之路Blog11 小时前
【实战中提升自己】内网安全部署之端口隔离与MAC地址认证
安全·macos·网络之路一天·华为华三数通基础·华为华三企业实战架构·华为中小型企业实战·华为华三计算机网络基础
心随_风动11 小时前
主流操作系统对比分析(macOS、Linux、Windows、Unix)
linux·windows·macos
姜太小白12 小时前
【VSCode】VS Code自动换行设置方法
ide·vscode·编辑器
lxw184491251412 小时前
macOS 系统设置息屏情况下,PHP等后台脚本继续执行
macos
cauyyl14 小时前
xcode 16 遇到contains bitcode
react native·xcode
A_ugust__14 小时前
Vue3集成浏览器API实时语音识别
人工智能·语音识别·xcode