Skip to content

Instantly share code, notes, and snippets.

View Mozilla9's full-sized avatar
💭
I may be slow to respond.

Serge Maslyakov Mozilla9

💭
I may be slow to respond.
View GitHub Profile

Steps

  • Create a folder, e.g. ~/Desktop/crashlog_dir.
  • Put your MyAppName.ipa in folder.
  • Put your MyAppName.crash in folder.
  • Then..
  1. cd /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/Versions/A/Resources/

  2. cp symbolicatecrash ~/Desktop/crashlog_dir/

#!/bin/bash
#
# First param is the extension name
#
TMPDIR="${SRCROOT}/build/localizations/tmp"
#!/bin/bash
#
# First param is the extension name
#
EXT_NAME="${1}"