i update from Xcode 15 beta to Xcode 15.
now I want install the iOS package and got this error:
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?
1
3 Answers
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!
– codeFreak2414 hours ago
-
This is the way!
– Danny Law11 hours ago
I fixed it by flushing the DNS, try this:
- Open the Terminal app
- Enter
sudo dscacheutil -flushcache
, enter your password if prompted - Enter
sudo killall -HUP mDNSResponder
- 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.
– balazs63013 hours ago
same issue here…
15 hours ago