Created
January 25, 2014 21:01
-
-
Save elizaaverywilson/8623559 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
2014-01-25 15:00:31.500 WTATest3[3210:70b] app did finish launching | |
2014-01-25 15:00:31.504 WTATest3[3210:70b] view did load | |
2014-01-25 15:00:31.505 WTATest3[3210:70b] <WTAMainMenuViewController: 0xb03e0e0> | |
2014-01-25 15:00:31.538 WTATest3[3210:70b] -[WTAMenuCellPropertiesModel reuseIdentifier]: unrecognized selector sent to instance 0xb040640 | |
2014-01-25 15:00:31.543 WTATest3[3210:70b] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[WTAMenuCellPropertiesModel reuseIdentifier]: unrecognized selector sent to instance 0xb040640' | |
*** First throw call stack: | |
( | |
0 CoreFoundation 0x0173c5e4 __exceptionPreprocess + 180 | |
1 libobjc.A.dylib 0x014bf8b6 objc_exception_throw + 44 | |
2 CoreFoundation 0x017d9903 -[NSObject(NSObject) doesNotRecognizeSelector:] + 275 | |
3 CoreFoundation 0x0172c90b ___forwarding___ + 1019 | |
4 CoreFoundation 0x0172c4ee _CF_forwarding_prep_0 + 14 | |
5 UIKit 0x0083fc5b -[UICollectionView _createPreparedCellForItemAtIndexPath:withLayoutAttributes:applyAttributes:] + 404 | |
6 UIKit 0x00841217 -[UICollectionView _updateVisibleCellsNow:] + 3677 | |
7 UIKit 0x0084457f -[UICollectionView layoutSubviews] + 267 | |
8 UIKit 0x00298267 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 355 | |
9 libobjc.A.dylib 0x014d181f -[NSObject performSelector:withObject:] + 70 | |
10 QuartzCore 0x03b4a2ea -[CALayer layoutSublayers] + 148 | |
11 QuartzCore 0x03b3e0d4 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 380 | |
12 QuartzCore 0x03b4a235 -[CALayer layoutIfNeeded] + 160 | |
13 UIKit 0x00353613 -[UIViewController window:setupWithInterfaceOrientation:] + 304 | |
14 UIKit 0x00272177 -[UIWindow _setRotatableClient:toOrientation:updateStatusBar:duration:force:isRotating:] + 5212 | |
15 UIKit 0x00270d16 -[UIWindow _setRotatableClient:toOrientation:updateStatusBar:duration:force:] + 82 | |
16 UIKit 0x00270be8 -[UIWindow _setRotatableViewOrientation:updateStatusBar:duration:force:] + 117 | |
17 UIKit 0x00270c70 -[UIWindow _setRotatableViewOrientation:duration:force:] + 67 | |
18 UIKit 0x0026fd0a __57-[UIWindow _updateToInterfaceOrientation:duration:force:]_block_invoke + 120 | |
19 UIKit 0x0026fc6c -[UIWindow _updateToInterfaceOrientation:duration:force:] + 400 | |
20 UIKit 0x002709c3 -[UIWindow setAutorotates:forceUpdateInterfaceOrientation:] + 870 | |
21 UIKit 0x00273fb6 -[UIWindow setDelegate:] + 449 | |
22 UIKit 0x00345737 -[UIViewController _tryBecomeRootViewControllerInWindow:] + 180 | |
23 UIKit 0x00269c1c -[UIWindow addRootViewControllerViewIfPossible] + 609 | |
24 UIKit 0x00269d97 -[UIWindow _setHidden:forced:] + 312 | |
25 UIKit 0x0026a02d -[UIWindow _orderFrontWithoutMakingKey] + 49 | |
26 UIKit 0x0027489a -[UIWindow makeKeyAndVisible] + 65 | |
27 UIKit 0x00227cd0 -[UIApplication _callInitializationDelegatesForURL:payload:suspended:] + 1851 | |
28 UIKit 0x0022c3a8 -[UIApplication _runWithURL:payload:launchOrientation:statusBarStyle:statusBarHidden:] + 824 | |
29 UIKit 0x0024087c -[UIApplication handleEvent:withNewEvent:] + 3447 | |
30 UIKit 0x00240de9 -[UIApplication sendEvent:] + 85 | |
31 UIKit 0x0022e025 _UIApplicationHandleEvent + 736 | |
32 GraphicsServices 0x036e32f6 _PurpleEventCallback + 776 | |
33 GraphicsServices 0x036e2e01 PurpleEventCallback + 46 | |
34 CoreFoundation 0x016b7d65 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 53 | |
35 CoreFoundation 0x016b7a9b __CFRunLoopDoSource1 + 523 | |
36 CoreFoundation 0x016e277c __CFRunLoopRun + 2156 | |
37 CoreFoundation 0x016e1ac3 CFRunLoopRunSpecific + 467 | |
38 CoreFoundation 0x016e18db CFRunLoopRunInMode + 123 | |
39 UIKit 0x0022badd -[UIApplication _run] + 840 | |
40 UIKit 0x0022dd3b UIApplicationMain + 1225 | |
41 WTATest3 0x0000203d main + 141 | |
42 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