手动安装watchOS 9.1 Simulator Runtime

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
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。