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
The crash files for my most recent (in production) app do not have symbols and I can't make any of the manual symbolication processes work. Older versions of the app that some users are still running seem to be symbolicated fine.
I have verified…
I am able to view Crash Logs in my Xcode 7 Organizer, but when I view my current App Store version, the Crash Logs are not symbolized. I can view older versions fine.
Any idea why my latest App Store build would not be symbolizing?
I received a .crash file from a customer and need to link it to the correct dSYM file. The archive for this product/version was built by another developer using Xcode, and the .xcarchive file put into git for a rainy day (like today).
After reading…
Before I explain let me just say I have looked all over and tried many many ways of symbolicating the crash log.
MY ISSUE: When my app (on my iPhone) is ran from Xcode, the app never crashes. When my app is ran on my phone, and not connected to my…
Apple rejected an APP's new version and sent me back crash log, it's hard for me to find the problem even the crash log has been symbolicated in Xcode. From the following, I guess that something wrong in func getGameCenterScore at line 246? Does it…
I've got some crash logs from a user running iOS 8.1.1 on an armv7 device. Xcode will only symbolicate the lines from my app, and when I try to do it by hand I get lots of errors like this:
error:…
Running into a weird issue using symbolicatecrash to debug crash logs. After I run symbolicatecrash with the .dSYM file of the build that crashed, it gives me function names for all of the Foundation classes, but not for my own app. Is there some…
Soo, with TestFlight's end it has become even more pressing to be able to fully understand iOS crashlogs.
There are numerous questions here at SO about this topic but in my experience none of the solutions provided enough insight into the crash…
i set an uncaughtExceptionHandler in my iOS app and got the following data from a user but i don't know how to interpret them to find the location of the error.
What is the number behind the plus sign for? how can i use the addresses to get the…
I am trying to debug what appears to be an assertion failure on iOS. The device in question seems to produce no crash logs. Instead, in the console, I see this:
Apr 11 16:22:56 iPhone5 SpringBoard[69] : Killing com.yourapp for termination…
I recently updated to XCode 4.6 and I'm having problems re-symbolicating a crash log. I was able to do it before for this same project. I normally do it by dragging the file to Organizer -> Devices - > Device Logs.
My project has most of its code…
I ran the symbolication process from the command line on the Mac-Terminal and it works fine. I am trying to push the same script on to the UNIX server which fails to run, since its trying to refer the Xcode.app which is not present on to the server.…
I have an app on the App Store that is crashing. I have tried several of the solutions on SO to symbolicate my app, using at different times the Organizer, the Terminal, and Instruments. Nothing has worked so far - the lines in the reports from the…
I am trying to identify the cause of a crash (iOS app), but the symbolicated crash report only points to my main method.
8 WxT 0x00002730 main (main.m:14)
9 WxT 0x000026e8 start +…