Search code examples
iosxcodeios-simulator

How to find the iOS simulator folder


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?


Solution

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