Created
March 28, 2011 18:26
-
-
Save micahrj/890978 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2011-03-28 09:44:32.283 ToDo[16526:207] *** Assertion failure in -[UITableView _createPreparedCellForGlobalRow:withIndexPath:], /SourceCache/UIKit_Sim/UIKit-1447.6.4/UITableView.m:5613 | |
2011-03-28 09:44:32.288 ToDo[16526:207] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'UITableView dataSource must return a cell from tableView:cellForRowAtIndexPath:' | |
*** Call stack at first throw: | |
( | |
0 CoreFoundation 0x00ec6be9 __exceptionPreprocess + 185 | |
1 libobjc.A.dylib 0x00cbb5c2 objc_exception_throw + 47 | |
2 CoreFoundation 0x00e7f628 +[NSException raise:format:arguments:] + 136 | |
3 Foundation 0x000ab47b -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 116 | |
4 UIKit 0x003248f3 -[UITableView(UITableViewInternal) _createPreparedCellForGlobalRow:withIndexPath:] + 883 | |
5 UIKit 0x0031a77f -[UITableView(UITableViewInternal) _createPreparedCellForGlobalRow:] + 75 | |
6 UIKit 0x0032f450 -[UITableView(_UITableViewPrivate) _updateVisibleCellsNow:] + 1561 | |
7 UIKit 0x00327538 -[UITableView layoutSubviews] + 242 | |
8 QuartzCore 0x01c65451 -[CALayer layoutSublayers] + 181 | |
9 QuartzCore 0x01c6517c CALayerLayoutIfNeeded + 220 | |
10 QuartzCore 0x01c5e37c _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 310 | |
11 QuartzCore 0x01c5e0d0 _ZN2CA11Transaction6commitEv + 292 | |
12 UIKit 0x002b319f -[UIApplication _reportAppLaunchFinished] + 39 | |
13 UIKit 0x002b3659 -[UIApplication _runWithURL:payload:launchOrientation:statusBarStyle:statusBarHidden:] + 690 | |
14 UIKit 0x002bddb2 -[UIApplication handleEvent:withNewEvent:] + 1533 | |
15 UIKit 0x002b6202 -[UIApplication sendEvent:] + 71 | |
16 UIKit 0x002bb732 _UIApplicationHandleEvent + 7576 | |
17 GraphicsServices 0x016dda36 PurpleEventCallback + 1550 | |
18 CoreFoundation 0x00ea8064 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 52 | |
19 CoreFoundation 0x00e086f7 __CFRunLoopDoSource1 + 215 | |
20 CoreFoundation 0x00e05983 __CFRunLoopRun + 979 | |
21 CoreFoundation 0x00e05240 CFRunLoopRunSpecific + 208 | |
22 CoreFoundation 0x00e05161 CFRunLoopRunInMode + 97 | |
23 UIKit 0x002b2fa8 -[UIApplication _run] + 636 | |
24 UIKit 0x002bf42e UIApplicationMain + 1160 | |
25 ToDo 0x00002088 main + 102 | |
26 ToDo 0x00002019 start + 53 | |
27 ??? 0x00000001 0x0 + 1 | |
) | |
terminate called after throwing an instance of 'NSException' | |
Program received signal: “SIGABRT”. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment