Use symbolicate for questions related to debugging a compiled program which has crashed by annotating stack traces with function names, file paths, and line numbers
I am trying to implement MetricKit so later I could analyze MXCrashDiagnostic and MXHangDiagnostic reports. However when I am triggering a test crash, and then doing Debug->Simulate MetricKit Payloads I always receive absolutely same result in…
I have just updated to Xcode 11 and going crazy with the debugger. I am trying to simple thing of stopping at a breakpoint and stepping trough my code.
I can add the breakpoint without problem, but when the debugger stops there, is shows me a file…
I'm seeing a particular crash on one phone that I can't replicate on other phones. I've copied the symbolicated crash file below. Has anyone else seen something like this? Can anyone shine some light on this?
Incident Identifier:…
I am not getting a symbolicated crash file using Xcode 7.3.1. My current version of the app never has symbols, however an older version of the app seems OK and the crash file is symbolicated.
I have tried to manually re-symbolicate by dragging it…
I have an app that is not yet in App store. I have it installed on two of my local devices. While using it on one of my devices a crash occurred. I opened the crashlog using Devices --> Device where crash happened --> DeviceLogs and found the log…
I have an AppStore build that produced a crash and a crash log. I do not have the original archive (it sits in a different computer) but I do have .app.dSYM and .app files. Following the steps of Xcode 6.x related answers does not help as I cannot…
I'm investigating how to create a server side iOS crash report symbolication server like Crashlitics or Crittercism or HokeyApp, from I can see, they only ask the user to upload the .dSYM file then they are able to symbolicate the crash report, I'm…
I am trying to find an issue from an Apple generated crash report
I have the dSYM and the .app files in the Xcode Organizer, but can´t import the .crash to resymbolicate it using Xcode
The issue is that the "Import" and "Re-Symbolicate" buttons are…
I have a stack trace from my Mac App Store app, that I'd like to read to help diagnose a problem the user is experiencing. I have the dSYM file and original archived build, but I do not have a full crash report. All I would like to know is the name…
I have spend couple of days lately to learn how to symbolicate a line number of a crash which I receive with a custom solution.
I have figure out I need the .app and .dSYM files, I have checked the UUID and it's the same as the crash that I get,…
Apple indicates the app crashes at launch on iphone 5, but I can't see where. On my iPhone 5 and iPad it runs perfectly.
This is the Apple notes and crash report (it's symbolicated on organizer and manually-I think-).
Please help me to inspect…
I ran the time profiler on the device. I ended up with a trace, but no symbols. So, following the suggestion in this answer, I attempted to re-symbolicate. However, the drop-down list of binaries was empty. See the screen shot. How can I get…
I have snapshot of Allocations Instrument with address of interesting symbol:
And I want to know, where this address is in code. I have corresponding dSYM file. I tried to use atosym command-line tool but it gives me wrong symbols (not related to…
i have these crash logs and after i drop them in the organizer the get symbolicated automatically but the result is always the same. the iOS calls get symbolicated and my app calls don't.
I tried copying the dysm and app file into the same folder,…