I'm using Breakpad to send error reports when my app crashes.
Now I tried to follow the wiki but the information there is somewhat lacking. I just can't figure out what to do with the generated symbol dump files.
I found this tutorial but it doesn't mention those dump files at all.
And when I include the Breakpad framework in my app, create a breakpad instance and then crash the app the console reads
com.apple.launchd.peruser.501[146] Inspection of crashed process failed
What I'm doing wrong here?
Apparently there is a problem with the Breakpad build process.
I rebuilt the framework with "valid architectures" set to only "i386" (i only need it for 10.6 and above) and voilĂ ... it worked.