美文网首页
手动安装watchOS 9.1 Simulator Runtim

手动安装watchOS 9.1 Simulator Runtim

作者: BingoQ | 来源:发表于2022-10-24 10:34 被阅读0次

Download the Simulator runtime you want to install from the developer website. Then follow these steps with the command line to install it:

  1. Select the version of Xcode for installation.

  2. Run the first launch experience to install the required system components, including simctl.

  3. Install the Simulator runtime with simctl.

For example:

sudo xcode-select -s ~/Applications/Xcode.app 
xcodebuild -runFirstLaunch    
xcrun simctl runtime add "~/Downloads/watchOS_9.1_Simulator_Runtime"

simctl verifies the signature of the downloaded Simulator runtime, and then installs it in a secure location on your computer.

Use the following to learn more about additional runtime management features:

xcrun simctl runtime

相关文章

网友评论

      本文标题:手动安装watchOS 9.1 Simulator Runtim

      本文链接:https://www.haomeiwen.com/subject/utxgzrtx.html