Hi
Has anyone actually written any docs/blogs/articles whatever about how you actually successfully symbolicate a RubyMotion crash log? There's been a few stack overflow posts, and a few tweets "promising" documentation, but I have been unable to find any advice that actually makes it easy to process a ruby motion crash log. This seems like something that should be part of the core project and have a Rake task, seeing as that sets up the build locations and everything else!
My problem is that I have a crash log and after running the various atos / symbolicate_crash script's I am none the wiser, the only thing that seems to have caused the crash is RubyMotion or iOS itself, my app name is mentioned twice in the crash log and neither memory address returns anything useful, either an obscure ruby_vm method or nothing at all.
Help! :(