Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Latest commit

 

History

History
36 lines (20 loc) · 1.23 KB

README.md

File metadata and controls

36 lines (20 loc) · 1.23 KB

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!