Skip to content

Instantly share code, notes, and snippets.

@elizaaverywilson
Last active January 3, 2016 01:29
Show Gist options
  • Save elizaaverywilson/8389871 to your computer and use it in GitHub Desktop.
Save elizaaverywilson/8389871 to your computer and use it in GitHub Desktop.
2014-01-17 17:21:28.373 WTATest3[2022:70b] app did finish launching
2014-01-17 17:21:28.406 WTATest3[2022:70b] view did load
2014-01-17 17:21:28.407 WTATest3[2022:70b] <WTAMainMenuViewController: 0x8bb60a0>
2014-01-17 17:21:28.445 WTATest3[2022:70b] *** Assertion failure in -[UICollectionView _createPreparedCellForItemAtIndexPath:withLayoutAttributes:applyAttributes:], /SourceCache/UIKit_Sim/UIKit-2903.23/UICollectionView.m:1367
2014-01-17 17:21:28.553 WTATest3[2022:70b] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'the view returned from -collectionView:cellForItemAtIndexPath: (<NSIndexPath: 0x8b7a020> {length = 2, path = 0 - 0}) was not retrieved by calling -dequeueReusableCellWithReuseIdentifier:forIndexPath: or is nil (<UICollectionViewCell: 0x8c7b9c0; frame = (0 0; 78 50); clipsToBounds = YES; opaque = NO; autoresize = RM+TM; layer = <CALayer: 0x8c7ba50>>)'
*** First throw call stack:
(
0 CoreFoundation 0x017395e4 __exceptionPreprocess + 180
1 libobjc.A.dylib 0x014bc8b6 objc_exception_throw + 44
2 CoreFoundation 0x01739448 +[NSException raise:format:arguments:] + 136
3 Foundation 0x0109cfee -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 116
4 UIKit 0x0083cd81 -[UICollectionView _createPreparedCellForItemAtIndexPath:withLayoutAttributes:applyAttributes:] + 698
5 UIKit 0x0083e217 -[UICollectionView _updateVisibleCellsNow:] + 3677
6 UIKit 0x0084157f -[UICollectionView layoutSubviews] + 267
7 UIKit 0x00295267 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 355
8 libobjc.A.dylib 0x014ce81f -[NSObject performSelector:withObject:] + 70
9 QuartzCore 0x03b472ea -[CALayer layoutSublayers] + 148
10 QuartzCore 0x03b3b0d4 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 380
11 QuartzCore 0x03b47235 -[CALayer layoutIfNeeded] + 160
12 UIKit 0x00350613 -[UIViewController window:setupWithInterfaceOrientation:] + 304
13 UIKit 0x0026f177 -[UIWindow _setRotatableClient:toOrientation:updateStatusBar:duration:force:isRotating:] + 5212
14 UIKit 0x0026dd16 -[UIWindow _setRotatableClient:toOrientation:updateStatusBar:duration:force:] + 82
15 UIKit 0x0026dbe8 -[UIWindow _setRotatableViewOrientation:updateStatusBar:duration:force:] + 117
16 UIKit 0x0026dc70 -[UIWindow _setRotatableViewOrientation:duration:force:] + 67
17 UIKit 0x0026cd0a __57-[UIWindow _updateToInterfaceOrientation:duration:force:]_block_invoke + 120
18 UIKit 0x0026cc6c -[UIWindow _updateToInterfaceOrientation:duration:force:] + 400
19 UIKit 0x0026d9c3 -[UIWindow setAutorotates:forceUpdateInterfaceOrientation:] + 870
20 UIKit 0x00270fb6 -[UIWindow setDelegate:] + 449
21 UIKit 0x00342737 -[UIViewController _tryBecomeRootViewControllerInWindow:] + 180
22 UIKit 0x00266c1c -[UIWindow addRootViewControllerViewIfPossible] + 609
23 UIKit 0x00266d97 -[UIWindow _setHidden:forced:] + 312
24 UIKit 0x0026702d -[UIWindow _orderFrontWithoutMakingKey] + 49
25 UIKit 0x0027189a -[UIWindow makeKeyAndVisible] + 65
26 UIKit 0x00224cd0 -[UIApplication _callInitializationDelegatesForURL:payload:suspended:] + 1851
27 UIKit 0x002293a8 -[UIApplication _runWithURL:payload:launchOrientation:statusBarStyle:statusBarHidden:] + 824
28 UIKit 0x0023d87c -[UIApplication handleEvent:withNewEvent:] + 3447
29 UIKit 0x0023dde9 -[UIApplication sendEvent:] + 85
30 UIKit 0x0022b025 _UIApplicationHandleEvent + 736
31 GraphicsServices 0x036e02f6 _PurpleEventCallback + 776
32 GraphicsServices 0x036dfe01 PurpleEventCallback + 46
33 CoreFoundation 0x016b4d65 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 53
34 CoreFoundation 0x016b4a9b __CFRunLoopDoSource1 + 523
35 CoreFoundation 0x016df77c __CFRunLoopRun + 2156
36 CoreFoundation 0x016deac3 CFRunLoopRunSpecific + 467
37 CoreFoundation 0x016de8db CFRunLoopRunInMode + 123
38 UIKit 0x00228add -[UIApplication _run] + 840
39 UIKit 0x0022ad3b UIApplicationMain + 1225
40 WTATest3 0x000022fd main + 141
41 libdyld.dylib 0x01d7770d 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