Advertisement
Guest User

SIGABRT

a guest
Apr 2nd, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. 2016-04-02 11:00:54.271 Times Table[1363:23482] *** Assertion failure in -[UITableView _configureCellForDisplay:forIndexPath:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKit_Sim/UIKit-3512.60.7/UITableView.m:7971
  2. 2016-04-02 11:00:54.274 Times Table[1363:23482] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'UITableView (<UITableView: 0x7a160200; frame = (-4 58; 328 510); clipsToBounds = YES; autoresize = RM+BM; gestureRecognizers = <NSArray: 0x7b457670>; layer = <CALayer: 0x79e675d0>; contentOffset: {0, 0}; contentSize: {328, 2200}>) failed to obtain a cell from its dataSource (<Times_Table.ViewController: 0x79f655a0>)'
  3. *** First throw call stack:
  4. (
  5. 0 CoreFoundation 0x0021d494 __exceptionPreprocess + 180
  6. 1 libobjc.A.dylib 0x01f31e02 objc_exception_throw + 50
  7. 2 CoreFoundation 0x0021d32a +[NSException raise:format:arguments:] + 138
  8. 3 Foundation 0x00662322 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 118
  9. 4 UIKit 0x00b8a868 -[UITableView _configureCellForDisplay:forIndexPath:] + 228
  10. 5 UIKit 0x00b9796b -[UITableView _createPreparedCellForGlobalRow:withIndexPath:willDisplay:] + 877
  11. 6 UIKit 0x00b97a7d -[UITableView _createPreparedCellForGlobalRow:willDisplay:] + 90
  12. 7 UIKit 0x00b67b32 -[UITableView _updateVisibleCellsNow:isRecursive:] + 3347
  13. 8 UIKit 0x00b86416 __29-[UITableView layoutSubviews]_block_invoke + 52
  14. 9 UIKit 0x00ba16cc -[UITableView _performWithCachedTraitCollection:] + 88
  15. 10 UIKit 0x00b862eb -[UITableView layoutSubviews] + 214
  16. 11 UIKit 0x00adc3d4 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 810
  17. 12 libobjc.A.dylib 0x01f46059 -[NSObject performSelector:withObject:] + 70
  18. 13 QuartzCore 0x05321096 -[CALayer layoutSublayers] + 144
  19. 14 QuartzCore 0x053148b6 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 388
  20. 15 QuartzCore 0x0531471a _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 26
  21. 16 QuartzCore 0x05306ee7 _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 317
  22. 17 QuartzCore 0x0533b847 _ZN2CA11Transaction6commitEv + 561
  23. 18 QuartzCore 0x0533c108 _ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 92
  24. 19 CoreFoundation 0x0012f75e __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 30
  25. 20 CoreFoundation 0x0012f6be __CFRunLoopDoObservers + 398
  26. 21 CoreFoundation 0x00124868 CFRunLoopRunSpecific + 504
  27. 22 CoreFoundation 0x0012465b CFRunLoopRunInMode + 123
  28. 23 UIKit 0x00a062da -[UIApplication _run] + 540
  29. 24 UIKit 0x00a0beb9 UIApplicationMain + 160
  30. 25 Times Table 0x00030631 main + 145
  31. 26 libdyld.dylib 0x02948a25 start + 1
  32. )
  33. libc++abi.dylib: terminating with uncaught exception of type NSException
  34. (lldb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement