使用 simctl 安装 tvOS 和 watchOS 模拟器

Sep 13, 2022 • 预计阅读时间 1 分钟

Xcode 14 开始,把 tvOS 和 watchOS 模拟器从内置调整为按需下载,使得 Xcode 安装包一下少了 4G。

除在线按需下载模拟器,也可以手动下载安装:

https://developer.apple.com/download/all/

从官网上下载 watchOS_9_Simulator_Runtime.dmgtvOS_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

Xcode
版权声明:如果转发请带上本文链接和注明来源。

lvv.me

iOS/macOS Developer

curl 断点续传

Clash 旁路由透明网关