So I've read through the Apple documentation on crash reports and it's still unclear to me how I would even begin interpreting a crash report such as the following:
1 libswiftCore.dylib _TFVs12_ArrayBuffer37_checkInoutAndNative...
2 libswiftCore.dylib _TFSag9subscriptFSix
3 AppName 0x100040000
4 AppName 0x100040000
5 AppName 0x100040000
6 UIKit -[UITableView _selectRowAtIndexPath:animated:scrollPosition:notifyDelegate:]
7 UIKit -[UITableView _userSelectRowAtPendingSelectionIndexPath:]
15 GraphicsServices GSEventRunModal
16 UIKit UIApplicationMain
17 AppName 0x100040000
18 libdyld.dylib start
This is something that irks me about XCode. How can I help the user with the app if I can't even interpret the crash reports?