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've added PLCrashReporter to my OS X application and am successfully saving the crash dumps to a server. However, plcrashutil does not appear to symbolicate even with the .app and .dSYM in the same directory as both plcrashutil and the crash file.…
I use Monotouch so don't get many crashes. But I got my first. I have opened the crash file in Xcode and it was symbolicated.
Is the following all I get in crash information? (looks like a problem in ctor)
0 libsystem_kernel.dylib …
Does any one know were to get the Nativescript.framework.dSYM for iOS runtime version 7.0.4? The releases only go up to 6.5.2 at https://github.com/NativeScript/ios-runtime/releases.
I need to symbolicate an iOS crash log and need to extract the…
I'm trying to implement a crash reporter for an app I'm working on. The basic idea is that I want to send a notification to my server every time my app crashes. I've gotten it to the point where I have all the stack frames and addresses, but…
Today my first app was rejected from testflight, because it crashed on start. But I cannot replicate it, because I do not have an Iphone, and in the simulator it works. I managed to symbolicate the crash log, but cant figure out how to read it.…
My App is crashing a "14". I have a business object called "ClientDetail" but this object has no Bools. What is it referring to? There is also no line 784, I am guessing the + 784 is then not a line number reference?
13 HappyApp 0x008b907c…
Apple have sent me a crash log from an app sent for approval. Despite not crashing in all my tests in 3 devices, they say it is crashing on launch. After symbolicating the file, I get this.
Looking at this and means nothing to me. I don't see where…
I have a production app that passed the review but is crashing in production. I have connected the device to Xcode and replicated the crash and retrieved the crash log from from Xcode. The problem is, i do not understand the report. It makes no…
Ever since Xcode 9, I've been having issues symbolicating crash logs for my OS X application. Note, I'm not distributing through the App Store, so these are user supplied logs that I've been symbolicating with MacSymbolicator. I've decided it's not…
how can I symbolicate a .ips.beta file that is emailed to me from my test users who generate the file from /settings/privacy/analytics/analytics data/myapp...
trying to simply find out the line of code that is causing the crash.
I am using…
I have an iPhone application that is not yet released but I wanted to make sure that when I create an Archive that I can symbolicate crash reports. For now that works on the Computer that created the archive / IPA.
But in order to be sure that I can…
I have an internal crash reporter which used to work great before bitcode, but now I'm getting this information:
0 MYAPP 0x00000001000f7fcc MYAPP + 245708
1 MYAPP 0x00000001000e734c MYAPP + 176972
2 CoreFoundation 0x0000000184671c88 + 652
3…
Is possible to get line number of crash exactly when error is in a swift closure ?
I can't get line number exactly when I re-symbolicate device log or using crash report on firebase, I can just know it happens on which closure,
what I miss ?
I installed my app into an iPhone via Xcode, then disconnect the iPhone from Mac, lauch the app ... crash.
Re-connect the iPhone to Mac, open Xcode > Devices > The iPhone > View Device Logs, but got the following result, it cannot symbolicate the…