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
相关推荐
我命由我1234522 分钟前
PHP - PHP 基本随机数生成函数
开发语言·ide·后端·java-ee·php·intellij-idea·intellij idea
张3蜂26 分钟前
Flutter macOS 安装文档
flutter·macos
Rabbit_QL41 分钟前
【find的用法】macOS/Linux 下高效查找文件
linux·macos
周末也要写八哥16 小时前
Eclipse 2024全流程网盘下载与安装配置教程详解
java·ide·eclipse
ChampaignWolf19 小时前
在 Eclipse 中使用 Tabnine
java·ide·eclipse
诗水人间21 小时前
VsCode 中使用Copilot调用Deepseek V4模型
ide·vscode·copilot
梦想家加一1 天前
vscode为什么下载了汉化插件却不生效
ide·vscode·编辑器
大熊猫侯佩1 天前
升级到 macOS26.5 后看视频会自动息屏的解决
macos·操作系统
NiceCloud喜云1 天前
Claude API 流式输出(SSE)实战:从打字机效果到工具调用全流程
java·前端·ide·人工智能·chrome·intellij-idea·状态模式
多云的夏天1 天前
IDE-VSCODE-Continue + DeepSeek V4
ide·vscode·编辑器·deepseek