ios – 崩溃报告.. [UITableView(UITableViewInternal)_createPreparedCellForGlobalRow:withIndexPath:]

我通过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

最佳答案 请找到这些链接以了解您的问题

链接1-

here

链接2-here

链接3-here

希望这有助于解决您的问题.

点赞