当前位置:   article > 正文

Xcode安装iOS17.4 simulator问题_xcode 安装ios17

xcode 安装ios17

首先装好XCode15以后开始安装iOS17.4 simulator 你会发现一直失败重试
在这里插入图片描述
然后去网上搜索到苹果官网给的解决方案:
先去官网手动下载 https://developer.apple.com/download/all/?q=Simulator%20Runtime
在这里插入图片描述
下载完根据这个流程手动安装 https://developer.apple.com/documentation/xcode/installing-additional-simulator-runtimes

xcode-select -s /Applications/Xcode-beta.app
xcodebuild -runFirstLaunch
xcrun simctl runtime add "~/Downloads/iOS_17.4_Simulator_Runtime.dmg"
  • 1
  • 2
  • 3

你会发现问题1: 权限不足 那么把命令1换成下面这个

sudo xcode-select -s /Applications/Xcode.app
  • 1

接着会发现问题2:空间不足 Cannot copy the image because the disk is almost full
如果你傻叉似的去清理空间 会发现剩余空间明明还有20GB还是提示空间不足 (我就是这样 喷血ing)
解决办法:
在这里插入图片描述
在这里插入图片描述
至此 再去按照命令去安装就安装成功了!

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/从前慢现在也慢/article/detail/742079
推荐阅读
相关标签
  

闽ICP备14008679号