Easy. Fast. Xcode 10+.
- Use
print(NSHomeDirectory())
and copy the path. - Open Finder app and press
Shift+Cmd+G
- Paste the copied path and press GO
Alternative for 1. is to catch a breakpoint and do po NSHomeDirectory()
in console.
print(NSHomeDirectory())
and copy the path.Shift+Cmd+G
Alternative for 1. is to catch a breakpoint and do po NSHomeDirectory()
in console.