Hello..
I'll been reading that Xcode simbolicates the crash logs.. it only simbolicates the lines that are related to a framework class.
example:
6 myapp 0x0003e796 0x1000 + 251798
7 myApp 0x000066bc 0x1000 + 22204
8 UIKit 0x0006e9de -[UITableView _selectRowAtIndexPath:animated:scrollPosition:notifyDelegate:] + 646
9 UIKit 0x000d9ef8 -[UITableView _userSelectRowAtIndexPath:] + 124
I have the build and the dSYM files.. do I have to link those somewhere in the organizer?
Thanks!