Xcode 15 do not has built-in platforms and need extra download to somewhere
Do not exist at somewhere like /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot
2
Answers
It's at
/Library/Developer/CoreSimulator/Images/*.dmg
.If you have multiple dmgs, the
images.plist
file will indicate which one you need.To add to @Saafo’s question and answer:
In order to mount the
iOS
,watchOS
,tvOS
, orvisionOS
simulator disk images from/Library/Developer/CoreSimulator/Images
, you need to copy them toDesktop
for example, otherwiise you’ll get “permission denied” error.Once you mount any of the disk images, open the volume and:
Library/Developer/CoreSimulator/Profiles/Runtimes/PLATFORM XX.X.simruntime
.simruntime
file and selectShow Package Contents
Contents/Resources/RuntimeRoot
Now you have access to simulator root directory.