3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

[Xcode] 別途ダウンロードしたシミュレーターランタイムをインストールする方法

Last updated at Posted at 2023-06-07

[2023/06/09 追記]

いつの間に Software Downloads のページに、インストール方法の記事へのリンクが貼られてました。
本記事見なくても大丈夫ですね☺️

2023-06-06 午前11.21.11 時点 2023-06-09 午前11.25.18 時点
スクリーンショット 2023-06-06 午前11.21.11.png スクリーンショット 2023-06-09 午前11.25.18.png

概要

昨日、WWDC23 で iOS 17 等が発表されましたね。
Xcode も、ダウンロードサイズが 50% 削減されたことが話題になったと思います。

サイズが削減された一方で、macOS を除く iOS Simulator Runtime 等が Software Downloads から別途ダウンロードする形に変わりました。 (一応従来通り Xcode からでもインストール可能です。)

image.png

本記事では別途ダウンロードしたシミュレーターランタイムをインストールする方法を紹介します。

やり方

(本当は、Apple がダウンロードページに下記記事へのリンクを貼るべきだと思いますが...😇)

xcrun simctl runtime add "/path/to/downloaded_simulator_runtime.dmg"

これを実行して成功すると、以下のように表示されます

image.png

以上です。

余談

Apple のドキュメントって関連付けがちょっと弱いですよね...

あ、あと、Xcode 14 からシミュレーターのランタイムがディスクイメージでエクスポートできるようになっていたの、初めて知りました

image.png

3
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?