I have downloaded and installed iOS 17 simulator runtimes and copied the profiles
folder alongside the other old simulators at ~/Library/Developer/CoreSimulator/
.
Now Xcode shows simulators in the Device And Simulators window, But it's NOT working as a running destination and thinks the iOS 17 simulator is not installed!
What is the issue? Quit and reopening Xcode doesn't help and I don't want to redownload 8.0GB of simulator again!
To make it appear in runtime destination and preview, you should copy the runtimes to:
/Library/Developer/CoreSimulator/
Instead of:
~/Library/Developer/CoreSimulator/
~
is not needed.