[Interest] debug symbols in OSX application builds

Nuno Santos nunosantos at imaginando.pt
Mon Aug 1 09:44:30 CEST 2016


Is this procedure valid for iOS as well? I have the same problem with my deployed apps. I can’t see where they crashes from crash reports. 

> On 01 Aug 2016, at 08:14, Hamish Moffatt <hamish at risingsoftware.com> wrote:
> 
> Yup, got it. So it seems the correct approach for getting annotated crash dumps on Mac is to extract the symbols at build time before strip, using dsymutil, save the resulting .dSYM package forever, and then annotate the crash dump later using Xcode, symbolicatecrash, Xsymbolicate or some other tool with the saved symbols.
> 
> The hardest part seems to be annotating the dump later. Most of the tools don't work.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20160801/d9f5b9ca/attachment.html>


More information about the Interest mailing list