崩溃报告..

我已经在我的应用程序中通过testflight看到了下面的崩溃。 我不知道这个崩溃发生在哪里以及如何。 我有我的应用程序中的多个UITableViewControllers(约10),因此不能确定哪一段代码粘贴在这里。 任何帮助将非常感激。 我已经研究了很多SO问题,但是我还没有能够确定一个原因。

0 Anyvan 0x0019052e testflight_backtrace + 382 1 Anyvan 0x0019117c TFSignalHandler + 264 2 libsystem_c.dylib 0x3b1b9e92 _sigtramp + 42 3 UIKit 0x34e6654c -[UITableView(UITableViewInternal) _createPreparedCellForGlobalRow:withIndexPath:] + 412 4 UIKit 0x34e4b312 -[UITableView(_UITableViewPrivate) _updateVisibleCellsNow:] + 1310 5 UIKit 0x34e627ce -[UITableView layoutSubviews] + 206 6 UIKit 0x34e1e802 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 258 7 QuartzCore 0x34bc8d8a -[CALayer layoutSublayers] + 214 8 QuartzCore 0x34bc8928 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 460 9 QuartzCore 0x34bc985c _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 16 10 QuartzCore 0x34bc9242 _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 238 11 QuartzCore 0x34bc9050 _ZN2CA11Transaction6commitEv + 316 12 UIKit 0x34e248ea _afterCACommitHandler + 126 13 CoreFoundation 0x32fe86cc __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 20 14 CoreFoundation 0x32fe69c0 __CFRunLoopDoObservers + 276 15 CoreFoundation 0x32fe6d16 __CFRunLoopRun + 742 16 CoreFoundation 0x32f59ebc CFRunLoopRunSpecific + 356 17 CoreFoundation 0x32f59d48 CFRunLoopRunInMode + 104 18 GraphicsServices 0x36b322ea GSEventRunModal + 74 19 UIKit 0x34e6f300 UIApplicationMain + 1120 20 Anyvan 0x000e4c14 main (main.m:17) 21 Anyvan 0x000e4bb7 start + 39 

请find这些链接,了解您的问题链接1- 在这里

链接2- 在这里

链接3- 在这里

希望这将有助于理清你的问题。

对我来说,当我滚动表和dealloc viewcontroller(其中有数组数据表)
我们可能需要保持viewcontroller活着,直到包含表的视图消失