Xcode 安装17.5 simulator 总是失败

 升级到xcode15.4后需要安装ios17.5模拟器
但是在下载过程中会遇到报错 : The network connection is lost

解决方案:  先将模拟器下载到本地

 Xcode 安装17.5 simulator 下载地址:

Sign In - Applicon-default.png?t=N7T8https://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

相关推荐

  1. 【IOS】Xcode 15.2版本下载 iOS_17 Simulator失败

    2024-06-07 10:40:02       39 阅读
  2. 解决更新Xcode 15.2后,下载 iOS_17 Simulator失败

    2024-06-07 10:40:02       29 阅读
  3. xcode iOS 17.2 not install, Simulator 手动安装

    2024-06-07 10:40:02       39 阅读
  4. 解决npm安装electron失败的问题

    2024-06-07 10:40:02       35 阅读
  5. 提示安装不了tensorflow

    2024-06-07 10:40:02       35 阅读

最近更新

  1. TCP协议是安全的吗?

    2024-06-07 10:40:02       16 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-06-07 10:40:02       16 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-06-07 10:40:02       15 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-06-07 10:40:02       18 阅读

热门阅读

  1. MySQL笔记

    2024-06-07 10:40:02       10 阅读
  2. 单线服务器与双线服务器的区别?

    2024-06-07 10:40:02       9 阅读
  3. pandas处理DataFrame的方法汇总08

    2024-06-07 10:40:02       5 阅读
  4. 什么是shell脚本?

    2024-06-07 10:40:02       7 阅读
  5. MySQL和Redis的区别

    2024-06-07 10:40:02       10 阅读
  6. shell脚本对编码和行尾符敏感吗

    2024-06-07 10:40:02       9 阅读
  7. 2-链表-61-相交节点-LeetCode160

    2024-06-07 10:40:02       7 阅读