Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS 17.0 Simulator (21A328) Failed with HTTP status 400: bad request

I update from Xcode 15 beta to Xcode 15.

I wanted to install the iOS package and got this error:

Screenshot

I already reinstalled Xcode.

There are already newer versions on the Apple site than what is shown here. Is that maybe where the error comes from?

like image 202
Kupsi Avatar asked Sep 07 '25 03:09

Kupsi


1 Answers

Try the link https://download.developer.apple.com/Developer_Tools/iOS_17_Simulator_Runtime/iOS_17_Simulator_Runtime.dmg.

You can download it manually from here and install it using instruction from Installing and managing Simulator runtimes

After downloading, run:

xcrun simctl runtime add iOS_17_Simulator_Runtime.dmg
like image 184
Serhii Londar Avatar answered Sep 10 '25 22:09

Serhii Londar