当前位置:   article > 正文

Xcode 安装17.5 simulator 总是失败_ios 17.5 simulator

ios 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

下载完成进行命令安装

  1. sudo xcode-select -s /Applications/Xcode.app
  2. xcodebuild -runFirstLaunch
  3. xcrun simctl runtime add "下载包的绝对路径.dmg"

 例如

xcrun simctl runtime add /Users/lixing/Downloads/iOS_17.5_Simulator_Runtime.dmg

本文内容由网友自发贡献,转载请注明出处:https://www.wpsshop.cn/w/喵喵爱编程/article/detail/808044
推荐阅读
  

闽ICP备14008679号