赞
踩
首先装好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: 权限不足 那么把命令1换成下面这个
sudo xcode-select -s /Applications/Xcode.app
接着会发现问题2:空间不足 Cannot copy the image because the disk is almost full
如果你傻叉似的去清理空间 会发现剩余空间明明还有20GB还是提示空间不足 (我就是这样 喷血ing)
解决办法:
至此 再去按照命令去安装就安装成功了!
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。