Created
August 3, 2010 05:21
-
-
Save lukemelia/505881 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
8/3/10 1:20:40 AM KitchenSink[29868] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFDictionary setObject:forKey:]: attempt to insert nil value (key: section)' | |
*** Call stack at first throw: | |
( | |
0 CoreFoundation 0x0366d919 __exceptionPreprocess + 185 | |
1 libobjc.A.dylib 0x037bb5de objc_exception_throw + 47 | |
2 CoreFoundation 0x03626078 +[NSException raise:format:arguments:] + 136 | |
3 CoreFoundation 0x03625fea +[NSException raise:format:] + 58 | |
4 CoreFoundation 0x0366c185 -[__NSCFDictionary setObject:forKey:] + 293 | |
5 KitchenSink 0x000f6bc4 -[TiUITableViewRowProxy createEventObject:] + 286 | |
6 KitchenSink 0x000f6cf3 -[TiUITableViewRowProxy fireEvent:withObject:withSource:propagate:] + 58 | |
7 KitchenSink 0x000a2400 -[TiProxy fireEvent:withObject:withSource:] + 65 | |
8 KitchenSink 0x0005983c -[TiViewProxy fireEvent:withObject:withSource:propagate:] + 240 | |
9 KitchenSink 0x000a23b8 -[TiProxy fireEvent:withObject:] + 66 | |
10 KitchenSink 0x00088928 -[TiUISwitch switchChanged:] + 315 | |
11 KitchenSink 0x000887e6 -[TiUISwitch setValue_:] + 213 | |
12 Foundation 0x005a5e9a __NSThreadPerformPerform + 251 | |
13 CoreFoundation 0x0364ed7f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15 | |
14 CoreFoundation 0x035ad2cb __CFRunLoopDoSources0 + 571 | |
15 CoreFoundation 0x035ac7c6 __CFRunLoopRun + 470 | |
16 CoreFoundation 0x035ac280 CFRunLoopRunSpecific + 208 | |
17 CoreFoundation 0x035ac1a1 CFRunLoopRunInMode + 97 | |
18 GraphicsServices 0x04e582c8 GSEventRunModal + 217 | |
19 GraphicsServices 0x04e5838d GSEventRun + 115 | |
20 UIKit 0x00834b58 UIApplicationMain + 1160 | |
21 KitchenSink 0x00003789 main + 362 | |
22 KitchenSink 0x00002571 start + 53 | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment