MAC下面手工安装模拟器的方式

手动下载,通过命令安装

下载链接:https://developer.apple.com/download/all/?q=simulator
手工安装模拟器的命令

1
2
3
4
5
6
7
8
sudo xcode-select -s /Applications/Xcode.app
xcodebuild -runFirstLaunch

## On Xcode 15 and earlier, you can use
xcrun simctl runtime add xxxx_Simulator_Runtime.dmg

其他的使用下面的命令
xcodebuild -importPlatform "~/Downloads/Simulator_Runtime.dmg"