Skip to content

2 scripts for symbolicating crash reports, and Frameworks.

License

Notifications You must be signed in to change notification settings

simnon/symbolicate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symbolicating crash reports

Installation

  • Clone/Download repository
  • run sh setup.sh
  • enter sudo details

If you place Xcode.app in a different location, or its saved with a different name, you can set enviornment variable in bash_profile export DEVELOPER_DIR="/Path/to/Xcode.app/Contents/Developer/"

Use

  • Put Application.app, Application.dsym and crash report / reports in same folder. (if multiple .app and .dsyms it might not work)
  • from terminal type "symbolicate" and it should symbolicate the crash reports, and overwrite them with the symbolicated data
If you use frameworks then use this
  • Put Application.app and crash reports in same folder
  • from terminal type symbolicateFrameworks

They should just work. But if it says UDID for not found then the framework in the app doesn't match the framework in the crash report. Possibly copy the Debug.app or Release.app and try again.

About

2 scripts for symbolicating crash reports, and Frameworks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages