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
A user emailed me a crash log for an app I submitted to the App Store. I have the original app store submission archive in Xcode still, but his crash report will not symbolicate. Clicking "resymbolicate" doesn't do anything. I can't find the…
My app is written both in objective c and c++. I'm using xcode 4.5 and of course I have developer account, my device is not jailbroken and I've set up everything in my developer account ok.
I do not use "Device Logs" from xcode, instead I've…
I'm using QuincyKit to get crash logs from my iOS users. My Mac box serves as a back-end and symbolicates those crashes against the app debug symbols.
But in the vast majority of cases, it fails to symbolicate the stack entries that belong to the…
Here's the issue. I have the .xarchive with all the DSYMs but for whatever reason using symbolicatecrash or xcode is only converting some of the symbols to lines while leaving other ones unconverted. Any ideas? I'm using xCode 4.3.2 on OS X Lion.…
I use PLCrashReport to save crash file and send it to server, when i get crash log file , i have to symbolicate each of the crash logs file to understand this error by terminal.But this work take alot of time because if i release my app to appstore,…
I'm using the atos command to symbolicate crash logs.
I have this crash stack :
0 MyApp 0x001c4389 MyApp + 1848201
1 MyApp 0x001c49f1 MyApp + 1849841
2 libsystem_c.dylib …
I'm trying to include some crash reports with a TSI incident, however I can only get the logs to be partially symbolicated. I have tried using the Organizer panel in Xcode 4.2 and using the Perl script from Terminal. In both cases my own classes are…
I am using XCode 3.2.6. I made a build for my testers using "Build & Archive" method. I received some crash logs from my testers. I placed them on my desktop and dragged them to my organizer. But it doesn't symbolicate. I looked up online on how to…
I am working on my crash reporting SDK and I need dSYM files to symbolicate my crashes. How can I automatically upload them to my own server for symbolication purposes? I've looked around quite a lot, but every question seems to be addressing…
I am sending a crash log gathered from PLCrashReporter to my server, also for each time I make a build a run script works and it uploads the dSYM file to my server, then in the server I am trying to symbolicate the crash log using
atos -arch arm64…
We use Crashlytics for crash reports and recently we started to receive warnings that some dSYMs are missing. The main latest changes are the switch to Xcode 14 that brought disabling bitcode, and the introduction of local Swift Packages.
The UUID…
I have downloaded symbolicated crash report using Xcode but unable to understand it as in backtrace it shows below method where it crashed:
-[UIView(Internal) _addSubview:positioned:relativeTo:] + 132 (UIView.m:16297). However, I can't find that…
I am developing an iOS app. Sometimes when I execute the development version on a test device that is not connected to Xcode, the app crashes.
I later connect it to Xcode and display the device logs, and can see the crash log.
Unfortunately, my…
I am creating a lldb parser to symbolicate crashlog. Parser is working fine in mac machine but not in Linux(VirtualBox).
After debugging python script I found that module.GetUUIDString() is giving nil in linux machine where module
To fully symbolicate Apple crash files it would be nice to have all the dSYM files for all the modules (binary images) mentioned in the crash stack traces. Where do people normally get dSYM files for OS/system components of iOS, macOS, etc.? Is…