更新到最新的xcode后,自动下载Simulator总是失败。

解决方法如下:

从官网直接下载: 打开https://developer.apple.com/download/all/?q=ios

下载:IOS 17.2 Simulator Runtime.dmg安装文件

手动安装

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

xcodebuild -runFirstLaunch

xcrun simctl runtime add '/Users/用户/Downloads/iOS_17.2_Simulator_Runtime.dmg'

相关链接

评论可见,请评论后查看内容,谢谢!!!评论后请刷新页面。