Xcode 14 开始,把 tvOS 和 watchOS 模拟器从内置调整为按需下载,使得 Xcode 安装包一下少了 4G。
除在线按需下载模拟器,也可以手动下载安装:
https://developer.apple.com/download/all/
从官网上下载 watchOS_9_Simulator_Runtime.dmg
和 tvOS_16_Simulator_Runtime.dmg
,
然后在命令行下使用 simctl
安装:
xcode-select -s ~/Downloads/Xcode.app
xcodebuild -runFirstLaunch
xcrun simctl runtime add "~/Downloads/tvOS_16_Simulator_Runtime.dmg"
参考资料
https://developer.apple.com/documentation/xcode/installing-additional-simulator-runtimes