Skip to content

Instantly share code, notes, and snippets.

@yec
Created January 16, 2012 00:11
Show Gist options
  • Save yec/1618151 to your computer and use it in GitHub Desktop.
Save yec/1618151 to your computer and use it in GitHub Desktop.
[INFO] [object CalendarModule] loaded
[DEBUG] configure
[DEBUG] setDates 0
[ERROR] The application has crashed with an unhandled exception. Stack trace:
0 CoreFoundation 0x02c42052 __exceptionPreprocess + 178
1 libobjc.A.dylib 0x02dd3d0a objc_exception_throw + 44
2 CoreFoundation 0x02c2edb8 -[__NSArrayM objectAtIndex:] + 264
3 Codestrong 0x003191a9 -[TiCalendarViewProxy setDates:] + 401
4 CoreFoundation 0x02c43e72 -[NSObject performSelector:withObject:] + 66
5 Foundation 0x009289ef __NSThreadPerformPerform + 254
6 CoreFoundation 0x02c1697f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
7 CoreFoundation 0x02b79b73 __CFRunLoopDoSources0 + 243
8 CoreFoundation 0x02b79454 __CFRunLoopRun + 1012
9 CoreFoundation 0x02b78db4 CFRunLoopRunSpecific + 212
10 CoreFoundation 0x02b78ccb CFRunLoopRunInMode + 123
11 GraphicsServices 0x032b6879 GSEventRunModal + 207
12 GraphicsServices 0x032b693e GSEventRun + 114
13 UIKit 0x00c5fa9b UIApplicationMain + 1175
14 Codestrong 0x00003d8a main + 442
15 Codestrong 0x000026d5 start + 53
2012-01-16 11:12:06.773 Codestrong[42691:17903] *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSArrayM objectAtIndex:]: index 0 beyond bounds for empty array'
*** First throw call stack:
(0x2c42052 0x2dd3d0a 0x2c2edb8 0x3191a9 0x2c43e72 0x9289ef 0x2c1697f 0x2b79b73 0x2b79454 0x2b78db4 0x2b78ccb 0x32b6879 0x32b693e 0xc5fa9b 0x3d8a 0x26d5)
terminate called throwing an exception
[DEBUG] App Spec: <DTiPhoneSimulatorApplicationSpecifier 0x102001160> specified by path /Users/kellyoliver/Documents/Codestrong/build/iphone/build/Debug-iphonesimulator/Codestrong.app
[DEBUG] SDK Root: <DTiPhoneSimulatorSystemRoot 0x102000100> path=/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk version=5.0 name=Simulator - iOS 5.0
[DEBUG] using device family iphone
[DEBUG] Session started
[DEBUG] Session did end with error (null)
[INFO] Application has exited from Simulator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment