How to find the iOS simulator folder
Asked Answered
Q

2

9

I'm looking for the specific location in the filesystem where the iOS simulators are stored that Xcode downloads for you. I've been looking in the usual locations like /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs or ~/Library/Developer/CoreSimulator but no luck.

Does anyone know the specific location that they're downloaded into?

Queer answered 5/11, 2016 at 16:6 Comment(0)
A
16

They are installed to /Library/Developer/CoreSimulator/Profiles/Runtimes (Not ~/Library!)

Afflux answered 8/11, 2016 at 4:9 Comment(3)
Seems to be outdatedLed
Nope. This is not outdated. This is where we still install the DLC simulator runtimes. CoreSimualtor looks inside of Xcode.app, /Library/Developer/CoreSimulator/Profiles/Runtimes, and ~/Library/Developer/CoreSimulator/Profiles/Runtimes for runtimes.Afflux
As of now, yeah it is likely outdated. On my M1 machine with Sonoma 14.5, none of these locations exist.Culberson
C
1

The accepted answer no longer works (at least for me – macOS 14.5, Xcode 15.4), but I found these paths instead:

/Library/Developer/CoreSimulator/Volumes/iOS_20E247/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS\ 16.4.simruntime/
/Library/Developer/CoreSimulator/Volumes/iOS_21F79/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS\ 17.5.simruntime/
Culberson answered 16/7 at 14:26 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.