Search code examples
iosios-simulator

Is there a way to see the temp, cache, directories while debugging iOS app?


Is there a way to see the temp, cache, directories while debugging an iOS app?

If I am not wrong, earlier versions of Xcode had that...

I am particularly interested in seeing the contents of NSApplicationSupportDirectory.


Solution

  • even now you can see the contents of temp, cache directories for debugging.. but the library folder is hidden now.. you can view the directories from the following path..

    /Users/<user-name>/Library/Application Support/iPhone Simulator/<iOS-version>/<app-identifier>/
    

    I hope, I given answer for what you are expecting..