Get files from Xcode Simulator's Files app

  1. Run xcrun simctl listapps booted
  2. Scroll to Files’ key: com.apple.DocumentsApp
  3. In GroupContainers, find the value for key group.com.apple.FileProvider.LocalStorage - it will be something like this:
file:///Users/[username]/Library/Developer/CoreSimulator/Devices/[uuid]/data/Containers/Shared/AppGroup/[uuid]/
  1. Copy the path (exclude file:// and start at /Users...
  2. In Finder, choose Go → Go To Folder, and paste the path

via

Ben Fox @fox