Skip to content

Instantly share code, notes, and snippets.

@elizaaverywilson
Created January 25, 2014 20:51
Show Gist options
  • Save elizaaverywilson/8623422 to your computer and use it in GitHub Desktop.
Save elizaaverywilson/8623422 to your computer and use it in GitHub Desktop.
2014-01-25 14:47:46.881 WTATest3[2567:70b] app did finish launching
2014-01-25 14:47:46.908 WTATest3[2567:70b] view did load
2014-01-25 14:47:46.909 WTATest3[2567:70b] <WTAMainMenuViewController: 0x8f74510>
2014-01-25 14:47:47.029 WTATest3[2567:70b] *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSArrayI objectAtIndex:]: index 7 beyond bounds [0 .. 6]'
*** First throw call stack:
(
0 CoreFoundation 0x0173c5e4 __exceptionPreprocess + 180
1 libobjc.A.dylib 0x014bf8b6 objc_exception_throw + 44
2 CoreFoundation 0x016f09c2 -[__NSArrayI objectAtIndex:] + 210
3 CoreFoundation 0x017bb608 -[NSArray objectAtIndexedSubscript:] + 40
4 WTATest3 0x000023fa -[WTAMenuCellPropertiesModel setup] + 122
5 WTATest3 0x00002d61 -[WTAMainMenuViewController randomCells] + 193
6 WTATest3 0x00002c2e -[WTAMainMenuViewController viewDidLoad] + 142
7 UIKit 0x00341318 -[UIViewController loadViewIfRequired] + 696
8 UIKit 0x003415b4 -[UIViewController view] + 35
9 UIKit 0x002699fd -[UIWindow addRootViewControllerViewIfPossible] + 66
10 UIKit 0x00269d97 -[UIWindow _setHidden:forced:] + 312
11 UIKit 0x0026a02d -[UIWindow _orderFrontWithoutMakingKey] + 49
12 UIKit 0x0027489a -[UIWindow makeKeyAndVisible] + 65
13 UIKit 0x00227cd0 -[UIApplication _callInitializationDelegatesForURL:payload:suspended:] + 1851
14 UIKit 0x0022c3a8 -[UIApplication _runWithURL:payload:launchOrientation:statusBarStyle:statusBarHidden:] + 824
15 UIKit 0x0024087c -[UIApplication handleEvent:withNewEvent:] + 3447
16 UIKit 0x00240de9 -[UIApplication sendEvent:] + 85
17 UIKit 0x0022e025 _UIApplicationHandleEvent + 736
18 GraphicsServices 0x036e32f6 _PurpleEventCallback + 776
19 GraphicsServices 0x036e2e01 PurpleEventCallback + 46
20 CoreFoundation 0x016b7d65 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 53
21 CoreFoundation 0x016b7a9b __CFRunLoopDoSource1 + 523
22 CoreFoundation 0x016e277c __CFRunLoopRun + 2156
23 CoreFoundation 0x016e1ac3 CFRunLoopRunSpecific + 467
24 CoreFoundation 0x016e18db CFRunLoopRunInMode + 123
25 UIKit 0x0022badd -[UIApplication _run] + 840
26 UIKit 0x0022dd3b UIApplicationMain + 1225
27 WTATest3 0x0000203d main + 141
28 libdyld.dylib 0x01d7a70d start + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException
(lldb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment