To symbolicate crashes happening on device for builds made in Xcode, that has not yet been uploaded through Xcode organizer.
//:configuration = Release DEBUG_INFORMATION_FORMAT = dwarf-with-dsym
- copy .app and .dSYM to Desktop
- Re-symbolicate - from right click menu on crash in Devices and Simulators
//:configuration = Debug DEBUG_INFORMATION_FORMAT = dwarf
- copy .app to the same folder as .crash
export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer/Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/Resources/symbolicatecrash-v .crash ./App.app/App > symbolicate.txt