Skip to content

Instantly share code, notes, and snippets.

@rrichter
Created October 12, 2011 08:29
Show Gist options
  • Save rrichter/1280647 to your computer and use it in GitHub Desktop.
Save rrichter/1280647 to your computer and use it in GitHub Desktop.
Crashlog
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid update: invalid number of sections. The number of sections contained in the table view after the update (1) must be equal to the number of sections contained in the table view before the update (1), plus or minus the number of sections inserted or deleted (1 inserted, 0 deleted).'
*** Call stack at first throw:
(
0 CoreFoundation 0x0262c5a9 __exceptionPreprocess + 185
1 libobjc.A.dylib 0x02780313 objc_exception_throw + 44
2 CoreFoundation 0x025e4ef8 +[NSException raise:format:arguments:] + 136
3 Foundation 0x0077c3bb -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 116
4 UIKit 0x009ff988 -[UITableView(_UITableViewPrivate) _endCellAnimationsWithContext:] + 7137
5 UIKit 0x009eef42 -[UITableView insertSections:withRowAnimation:] + 56
6 appname 0x000ab141 -[TiUITableView dispatchAction:] + 8193
7 Foundation 0x0070094e __NSThreadPerformPerform + 251
8 CoreFoundation 0x0260d8ff __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
9 CoreFoundation 0x0256b88b __CFRunLoopDoSources0 + 571
10 CoreFoundation 0x0256ad86 __CFRunLoopRun + 470
11 CoreFoundation 0x0256a840 CFRunLoopRunSpecific + 208
12 CoreFoundation 0x0256a761 CFRunLoopRunInMode + 97
13 GraphicsServices 0x042021c4 GSEventRunModal + 217
14 GraphicsServices 0x04202289 GSEventRun + 115
15 UIKit 0x0098fc93 UIApplicationMain + 1160
16 appname 0x0000449a main + 410
17 appname 0x00002d65 start + 53
)
terminate called throwing an exception
abort() called
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment