Search code examples
ioscrash-dumps

Symbolize iOS Crashlog without Archive


I have an application crashlog on my development device (with the store version of an app). Bad thing is that I don't have the archived version at hand.

Is there a way I can symbolize against an old svn revision which matches the store version (approximately)?

Just running symbolicatecrash gives the warning:

## Warning: Can't find any unstripped binary that matches version of /var/mobile/Applications/...

Solution

  • You have to have the dsym file (part of the archive) to symbolicate the report. The old SVN revision doesn't help in this case.