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

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


8

i update from Xcode 15 beta to Xcode 15.

now I want install the iOS package and got this error:

enter image description here

Already reinstalled Xcode

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

New contributor

Jonas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

1

  • same issue here…

    – codeFreak24

    15 hours ago

3 Answers
3


14

Try this link – https://download.developer.apple.com/Developer_Tools/iOS_17_Simulator_Runtime/iOS_17_Simulator_Runtime.dmg You can download it manually from here – https://developer.apple.com/download/all/ and install it using instruction from here – https://developer.apple.com/documentation/xcode/installing-additional-simulator-runtimes

After downloading run:

xcrun simctl runtime add iOS_17_Simulator_Runtime.dmg

2

  • 2

    this solved the issue for me!

    – codeFreak24

    14 hours ago

  • This is the way!

    – Danny Law

    11 hours ago


0

Same issue discussion thread here
https://developer.apple.com/forums/thread/737648

New contributor

den is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


0

I fixed it by flushing the DNS, try this:

  1. Open the Terminal app
  2. Enter sudo dscacheutil -flushcache, enter your password if prompted
  3. Enter sudo killall -HUP mDNSResponder
  4. Reconnect your WiFi / Ethernet

Or you can simply flush the DNS with CleanMyMac, either method works just the same.

1

  • For me it didn't work.

    – balazs630

    13 hours ago



Leave a Reply

Your email address will not be published. Required fields are marked *