Skip to content

Instantly share code, notes, and snippets.

@codingmanu
Created August 27, 2019 21:27
Show Gist options
  • Save codingmanu/73081d71e8384f991c73cfcc0e734266 to your computer and use it in GitHub Desktop.
Save codingmanu/73081d71e8384f991c73cfcc0e734266 to your computer and use it in GitHub Desktop.
XCode tip and tricks
  • To print Simulator's document folder route in macOS, add a breakpoint anywhere in an App and write the following in the XCode console:

po NSHomeDirectory()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment