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
相关推荐
Daniel_Coder5 小时前
Xcode 中常用图片格式详解
ios·xcode·swift
帅次6 小时前
Objective-C面向对象编程:类、对象、方法详解(保姆级教程)
flutter·macos·ios·objective-c·iphone·swift·safari
fengyun28917 小时前
Mac电脑 卸载工具 App Cleaner
macos
笑醉踏歌行9 小时前
idea应用代码配色网站
java·ide·intellij-idea
aerror10 小时前
Xbox One 控制器转换为 macOS HID 设备的工作原理分析
macos·xbox
韩初心11 小时前
使用 visual studio 2022 编译 Lua5.4.8
ide·visual studio·lua5.4
晴风向上12 小时前
mac mini m4安装node.js@16以下版本方法
macos·node.js
comeilmforever13 小时前
IDEA2025 Version Control 窗口 local changes显示
java·ide·intellij-idea
JPCstorm13 小时前
Mac homebrew 安装教程
macos
秋窗713 小时前
Mac 部署Latex OCR并优化体验(打包成App并支持全局快捷键)
macos·ocr·latex