Closed GoogleCodeExporter closed 9 years ago
I admit, I haven't done much investigation yet but I came across the same issue
just now using the same XCode and iOS SDK (4.2 and 5.0). I was curious if
anyone had solved this yet.
Original comment by tyler.po...@gmail.com
on 29 Feb 2012 at 2:24
When I looked at the source for plcrashutil, I realized it was super simple and
decided to just not use it. Instead of passing around the .plcrash binary file,
I just call "NSString* appleCrashReportString = [PLCrashReportTextFormatter
stringValueForCrashReport:report withTextFormat:PLCrashReportTextFormatiOS];"
from within my app and save the Apple crash report on the device before sending
it around.
Original comment by tyler.po...@gmail.com
on 29 Feb 2012 at 2:56
Resolved in r428
Original comment by landon.j.fuller@gmail.com
on 9 Jul 2012 at 7:56
Original issue reported on code.google.com by
kyejus...@gmail.com
on 21 Oct 2011 at 5:38