Xcode更新之后,模拟器也需要跟着更新,但是自动下载模拟器经常失败
所以提供手动下载的方式
下载
方式1
通过苹果提供的命令下载
xcodebuild -downloadPlatform iOS
方式2
通过浏览器或者下载器下载
下载链接:https://developer.apple.com/download/all/?q=simulator
安装
安装模拟器
苹果给出了安装的命令
sudo xcode-select -s /Applications/Xcode.app
xcodebuild -runFirstLaunch
xcrun simctl runtime add xxxx_Simulator_Runtime.dmg
即可直接安装