0

I use a binary library that crashes quite often. When it does, some times I get assembly code in the debug navigator, other times I get absolutely nothing. Not even a signal. It just quits. Now, the author is asking for a stack trace, which I can't provide to my best of knowledge, as long as I only have the binary version of the library. Not entirely sure I'm right, so I though I should ask.

Rad'Val
  • 8,895
  • 9
  • 62
  • 92

1 Answers1

1

You can send crash reports as is to your library developer. He has the correct dSYM file to symbolicate the crash report (like here: Symbolicating iPhone App Crash Reports)

Community
  • 1
  • 1
Mathieu Hausherr
  • 3,485
  • 23
  • 30