Search code examples
directoryios-simulatorxcode9

Where is the app content folder in the simulator of Xcode?


Where is the app content folder in the simulator of Xcode 9.x and later?


Solution

  • I found it in the following path.

    ~/Library/Developer/CoreSimulator/Devices/(SIMULATORID)/data/Containers/Data/Application/(APPLICATIONID)
    

    You can also look into this application for more details.

    List of simulator devices can be found in the below path:

    ~/Library/Developer/CoreSimulator/Devices/
    

    Below file has simulator information:

    ~/Library/Developer/CoreSimulator/Devices/{UUID}/device.plist