Is it possible to symbolicate MonoTouch crash dumps and get line numbers out of them? If so, how is it done?
I\'m trying to get XCode 4 to symbolicate a crash report. I\'ve googled and followed this link (https://github.com/chrispix/symbolicatecrash-fix) but get stopped.The instructions say \"To fix your iOS
I have a bit of a dilemma — no matter what I do, I cannot get Apple\'s Instruments.app to symbolicate any of the included instruments while I\'m profiling on my devices (it works OK in the iOS Simula
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 li
There is a similar question about symbolicating a .crash file here.However this question does not cover how to easily symbolicate in Xcode 4.
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
I have a drag/drop operation on a Canvas that is supposed to do something when an object gets dragged into and out of it. My problem is that the DragEnter/DragLeave events keeps firing as the mouse mo