Objective c 如何找到应用程序在ios中崩溃的视图控制器名称和方法名称?

Objective c 如何找到应用程序在ios中崩溃的视图控制器名称和方法名称?,objective-c,crash-reports,segmentation-fault,symbolicatecrash,Objective C,Crash Reports,Segmentation Fault,Symbolicatecrash,我无法获取导致应用程序崩溃的原因。我有二进制文件和dSYM文件以及崩溃报告,我尝试了不同的方法(终端命令)来表示崩溃日志,但没有成功。请查找以下崩溃信息 Incident Identifier: A6366067-1843-4FA8-8914-501E78105012 CrashReporter Key: Hardware Model: iPhone5,1 Process: CustomerCare [255] Path: /pri

我无法获取导致应用程序崩溃的原因。我有二进制文件和dSYM文件以及崩溃报告,我尝试了不同的方法(终端命令)来表示崩溃日志,但没有成功。请查找以下崩溃信息

Incident Identifier: A6366067-1843-4FA8-8914-501E78105012 CrashReporter Key: Hardware Model: iPhone5,1 Process: CustomerCare [255] Path: /private/var/mobile/Containers/Bundle/Application/B5BA73A3-D2B6-427B-83A9-3E8D3DE20932/Appname.app/Appname Identifier: com.compName.Appname Version: 8.0.6 Code Type: ARM Parent Process: launchd [1] Date/Time: 2015-10-01 16:22:05 +0000 OS Version: iPhone OS 8.2 (12D508) Report Version: 104 Exception Type: SIGSEGV Exception Codes: SEGV_ACCERR at 0xb000000c Crashed Thread: 0 Thread 0 Crashed: 0 libobjc.A.dylib 0x35673f46 objc_msgSend (in libobjc.A.dylib) + 6 1 UIKit 0x2adbaf2d -[UISectionRowData refreshWithSection:tableView:tableViewRowData:] (in UIKit) + 173 2 UIKit 0x2adbadc1 -[UITableViewRowData rectForFooterInSection:heightCanBeGuessed:] (in UIKit) + 329 3 UIKit 0x2adbac01 -[UITableViewRowData heightForTable] (in UIKit) + 57 4 UIKit 0x2adbaa39 -[UITableView _updateContentSize] (in UIKit) + 345 5 UIKit 0x2adc078b -[UITableView didMoveToWindow] (in UIKit) + 71 6 UIKit 0x2aceb185 -[UIView(Internal) _didMoveFromWindow:toWindow:] (in UIKit) + 1313 7 UIKit 0x2ad0a07b -[UIScrollView _didMoveFromWindow:toWindow:] (in UIKit) + 51 8 UIKit 0x2aceaef5 -[UIView(Internal) _didMoveFromWindow:toWindow:] (in UIKit) + 657 9 UIKit 0x2aceaef5 -[UIView(Internal) _didMoveFromWindow:toWindow:] (in UIKit) + 657 10 UIKit 0x2aceaef5 -[UIView(Internal) _didMoveFromWindow:toWindow:] (in UIKit) + 657 11 UIKit 0x2acea805 __45-[UIView(Hierarchy) _postMovedFromSuperview:]_block_invoke (in UIKit) + 113 12 UIKit 0x2acea721 -[UIView(Hierarchy) _postMovedFromSuperview:] (in UIKit) + 429 13 UIKit 0x2acf4bcf -[UIView(Internal) _addSubview:positioned:relativeTo:] (in UIKit) + 1463 14 UIKit 0x2acf460f -[UIView(Hierarchy) addSubview:] (in UIKit) + 31 15 UIKit 0x2aeb9e21 __53-[_UINavigationParallaxTransition animateTransition:]_block_invoke (in UIKit) + 1121 16 UIKit 0x2acfada5 +[UIView(Animation) performWithoutAnimation:] (in UIKit) + 73 17 UIKit 0x2aeb977d -[_UINavigationParallaxTransition animateTransition:] (in UIKit) + 813 18 UIKit 0x2ae77cfd -[UINavigationController _startCustomTransition:] (in UIKit) + 2861 19 UIKit 0x2ad97027 -[UINavigationController _startDeferredTransitionIfNeeded:] (in UIKit) + 423 20 UIKit 0x2ad96e2d -[UINavigationController __viewWillLayoutSubviews] (in UIKit) + 45 21 UIKit 0x2ad96dc1 -[UILayoutContainerView layoutSubviews] (in UIKit) + 185 22 UIKit 0x2aceb7ff -[UIView(CALayerDelegate) layoutSublayersOfLayer:] (in UIKit) + 515 23 QuartzCore 0x2a711835 -[CALayer layoutSublayers] (in QuartzCore) + 137 24 QuartzCore 0x2a70d20d CA::Layer::layout_if_needed(CA::Transaction*)() (in QuartzCore) + 361 25 QuartzCore 0x2a70d095 CA::Layer::layout_and_display_if_needed(CA::Transaction*)() (in QuartzCore) + 17 26 QuartzCore 0x2a70ca71 CA::Context::commit_transaction(CA::Transaction*)() (in QuartzCore) + 225 27 QuartzCore 0x2a70c875 CA::Transaction::commit()() (in QuartzCore) + 325 28 UIKit 0x2aced203 _UIApplicationHandleEventQueue (in UIKit) + 1443 29 CoreFoundation 0x27797fbf __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ (in CoreFoundation) + 15 30 CoreFoundation 0x277973cf __CFRunLoopDoSources0 (in CoreFoundation) + 219 31 CoreFoundation 0x27795a35 __CFRunLoopRun (in CoreFoundation) + 773 32 CoreFoundation 0x276e33b1 CFRunLoopRunSpecific (in CoreFoundation) + 477 33 CoreFoundation 0x276e31c3 CFRunLoopRunInMode (in CoreFoundation) + 107 34 GraphicsServices 0x2ed10201 GSEventRunModal (in GraphicsServices) + 137 35 UIKit 0x2ad4d43d UIApplicationMain (in UIKit) + 1441 36 CustomerCare 0x0022886b 0x6c000 + 1820779 37 libdyld.dylib 0x35bf3aaf start (in libdyld.dylib) + 3 事件标识符:A6366067-1843-4FA8-8914-501E78105012 CrashReporter密钥: 硬件型号:iPhone5,1 流程:CustomerCare[255] 路径:/private/var/mobile/Containers/Bundle/Application/B5BA73A3-D2B6-427B-83A9-3E8D3DE20932/Appname.app/Appname 标识符:com.compName.Appname 版本:8.0.6 代码类型:ARM 父进程:已启动[1] 日期/时间:2015-10-01 16:22:05+0000 操作系统版本:iPhone操作系统8.2(12D508) 报告版本:104 异常类型:SIGSEGV 异常代码:0xb000000c处的SEGV_ACCERR 崩溃线程:0 线程0崩溃: 0 libobjc.A.dylib 0x35673f46 objc_msgSend(在libobjc.A.dylib中)+6 1 UIKit 0x2adbaf2d-[UISectionRowData refreshWithSection:tableView:tableViewRowData:(在UIKit中)+173 2 UIKit 0x2adbadc1-[UITableViewRowData RectforFooterInstruction:HeightCanbeguesed:(在UIKit中)+329 3 UIKit 0x2adbac01-[UITableViewRowData heightForTable](在UIKit中)+57 4 UIKit 0x2ADBA39-[UITableView\u updateContentSize](在UIKit中)+345 5 UIKit 0x2adc078b-[UITableView DidMoveToWindows](在UIKit中)+71 6 UIKit 0x2aceb185-[UIView(内部)\从窗口移动到窗口:](在UIKit中)+1313 7 UIKit 0x2ad0a07b-[UIScrollView_did从窗口移动到窗口:](在UIKit中)+51 8 UIKit 0x2aceaef5-[UIView(内部)\从窗口移动到窗口:](在UIKit中)+657 9 UIKit 0x2aceaef5-[UIView(内部)\从窗口移动到窗口:](在UIKit中)+657 10 UIKit 0x2aceaef5-[UIView(内部)\从窗口移动到窗口:](在UIKit中)+657 11 UIKit 0x2acea805 \uuuu 45-[UIView(层次结构)\u postMovedFromSuperview:]\u block\u invoke(在UIKit中)+113 12 UIKit 0x2ACA721-[UIView(层次结构)\u postMovedFromSuperview:(在UIKit中)+429 13 UIKit 0x2acf4bcf-[UIView(内部)\u addSubview:定位:相对位置:](在UIKit中)+1463 14 UIKit 0x2acf460f-[UIView(层次结构)添加子视图:](在UIKit中)+31 15 UIKit 0x2aeb9e21 uuu 53-[\uUINAVIgationParallaxTransition animateTransition:][u块U调用(在UIKit中)+1121 16 UIKit 0x2acfada5+[UIView(动画)性能,无动画:](在UIKit中)+73 17 UIKit 0x2aeb977d-[u UINavigationParallaxTransition animateTransition:(在UIKit中)+813 18 UIKit 0x2ae77cfd-[UINavigationController _startCustomTransition:(在UIKit中)+2861 19 UIKit 0x2ad97027-[UINavigationController\u STARTDEFERREEDTRANSION(如果需要):(在UIKit中)+423 20 UIKit 0x2ad96e2d-[UINavigationController\uu视图将布局子视图](在UIKit中)+45 21 UIKit 0x2ad96dc1-[UILayoutContainerView布局子视图](在UIKit中)+185 22 UIKit 0x2aceb7ff-[UIView(CALayerDelegate)布局层的子层:](在UIKit中)+515 23夸脱核心0x2a711835-[CALayer layoutSublayers](夸脱核心中)+137 24 QuartzCore 0x2a70d20d CA::Layer::layout_(如果需要)(CA::Transaction*)()(在QuartzCore中)+361 25 QuartzCore 0x2a70d095 CA::Layer::layout_和_display_(如果需要)(CA::Transaction*)()(在QuartzCore中)+17 26 QuartzCore 0x2a70ca71 CA::上下文::提交_事务(CA::事务*)()(在QuartzCore中)+225 27 QuartzCore 0x2a70c875 CA::Transaction::commit()(在QuartzCore中)+325 28 UIKit 0x2ACD203 _UIApplicationHandleEventQueue(在UIKit中)+1443 29 CoreFoundation 0x27797fbf\uuuuu CFRUNLOOP\u正在调用\uu OUT\u到\u A\u SOURCE0\u执行\u函数\uuuu(在CoreFoundation)+15 30 CoreFoundation 0x277973cf__CFRunLoopDoSources0(在CoreFoundation中)+219 31 CoreFoundation 0x27795a35__CFRunLoopRun(在CoreFoundation中)+773 32 CoreFoundation 0x276e33b1 CFRunLoopRunSpecific(在CoreFoundation中)+477 33 CoreFoundation 0x276e31c3 CFRunLoopRunInMode(在CoreFoundation中)+107 34图形服务0x2ed10201 GSEventRunModal(图形服务中)+137 35 UIKit 0x2AD443D UIApplicationMain(在UIKit中)+1441 36客户卡0x0022886b 0x6c000+1820779 37 libdyld.dylib 0x35bf3aaf开始(在libdyld.dylib中)+3