LoginSignup
1
1

Xcode15でiOS17のSimulatorのインストールに失敗する時の対処法(Failed with HTTP status 400: bad request)

Posted at

概要

Xcode15のインストール後、iOS17のSimulatorのインストールが求められますが、以下のエラーによりインストールに失敗する事象に遭遇したため、その解決策を残します。

Failed with HTTP status 400: bad request

結論

手動でiOS17 Simulatorをインストールすることで解決出来るようです。

手順

  1. developerサイトより、iOS17 Simulatorをダウンロードします。
    developerサイトからダウンロードするか、以下リンクよりダウンロードすることが出来ます。
    https://download.developer.apple.com/Developer_Tools/iOS_17_Simulator_Runtime/iOS_17_Simulator_Runtime.dmg
  2. iOS_17_Simulator_Runtime.dmgがインストールされたディレクトリで以下を実行します。
    xcrun simctl runtime add iOS_17_Simulator_Runtime.dmg

参考

1
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
1
1