CrashSymbal icon indicating copy to clipboard operation
CrashSymbal copied to clipboard

An Xcode plugin for manually symbolicating crash logs

CrashSymbal

An Xcode plugin for manually symbolicating crash logs

Install

  1. Build the project to install the plugin. The plugin gets installed in /Library/Application Support/Developer/Shared/Xcode/Plug-ins/CrashSymbal.xcplugin.
  2. Restart Xcode for the plugin to be activated.

Alternatively, install it using Alcatraz plugin manager.

Usage

Once installed and Xcode relaunched, the Debug menu will contain a new menu item labled "Symbolicate Crashlog...". It will open a dialog that allows you to select or drop a crashlog and smbolicate it. After the process you can export the symbolicated crash to your disk.

Screenshot

LinkedLog

Bugs and limitations

  • Xcode needs to bundle the symbolicatecrash binary.
    • Now supporting newer Xcode versions, where symbolicatecrash is known to not be included.

Contribution

If you want to contribute, feel free to send me pull requests! But please follow these simple rules:

  • Double-check your code before sending a pull request
  • Pull requests should always be made agains develop
  • Always use tab-indentation!
  • Indent properly!