Where is my app document folder in Xcode 9 simulator
问题 Where is my app document folder in Xcode 9 simulator? I tried the old answers for Xcode 8, it's not there. And why Apple makes it so difficult to see the sandbox of our apps in simulator? 回答1: 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