Popularity
1.5
Stable
Activity
0.0
Stable
36
5
7

Description

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.

Code Quality Rank: L5
Programming language: Objective-C
License: MIT License
Tags: Plugins     Xcode     Other Xcode    

CrashSymbal alternatives and similar libraries

Based on the "Plugins" category.
Alternatively, view CrashSymbal alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of CrashSymbal or a related project?

Add another 'Plugins' Library

README

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!