I've implemented the crashreporting into the parse bindings and am able to receive crashes on iOS in Parse. Currently what it says is not useful at all because it's not symbolicated. Until now I've not been able to upload the symbols because of the following error:
Using command: parse symbols applicationName --path="" returns: "Do not understand symbol at "
Where is the path to the application.app.dSYM file created by Robovm.
My first question is if I do get the symbols into the parse dashboard will I see anything useful data from behind the ahead of time compiler (actual java exceptions or something similar) or will it be unuseable for decent debugging purposes. If it is useful, does anyone have a clue as to how to upload the symbols file created by Robovm?