Created
December 24, 2014 11:48
-
-
Save MaximKeegan/82548f2a021fb9cf89c6 to your computer and use it in GitHub Desktop.
This file contains 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
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'An instance 0x7e2fae00 of class UICollectionView was deallocated while key value observers were still registered with it. Current observation info: <NSKeyValueObservationInfo 0x7c743ff0> ( | |
<NSKeyValueObservance 0x7c7416b0: Observer: 0x0, Key path: contentOffset, Options: <New: YES, Old: NO, Prior: NO> Context: 0x0, Property: 0x7c203280> | |
<NSKeyValueObservance 0x7c7416f0: Observer: 0x0, Key path: contentSize, Options: <New: YES, Old: NO, Prior: NO> Context: 0x0, Property: 0x7c203990> | |
)' | |
*** First throw call stack: | |
( | |
0 CoreFoundation 0x0475f946 __exceptionPreprocess + 182 | |
1 libobjc.A.dylib 0x043e4a97 objc_exception_throw + 44 | |
2 CoreFoundation 0x0475f86d +[NSException raise:format:] + 141 | |
3 Foundation 0x023136d4 NSKVODeallocate + 379 | |
4 UIKit 0x0325759b -[UIView release] + 89 | |
5 UIKit 0x0326837a -[UIView(Hierarchy) removeFromSuperview] + 733 | |
6 UIKit 0x03286399 -[UIScrollView removeFromSuperview] + 84 | |
7 UIKit 0x0325a9bc -[UIView dealloc] + 483 | |
8 UIKit 0x0325759b -[UIView release] + 89 | |
9 libobjc.A.dylib 0x043f8eb1 objc_release + 65 | |
10 libobjc.A.dylib 0x043f9d32 _ZN12_GLOBAL__N_119AutoreleasePoolPage3popEPv + 586 | |
11 CoreFoundation 0x04641678 _CFAutoreleasePoolPop + 24 | |
12 CoreFoundation 0x0467876e __CFRunLoopRun + 2270 | |
13 CoreFoundation 0x04677bcb CFRunLoopRunSpecific + 443 | |
14 CoreFoundation 0x046779fb CFRunLoopRunInMode + 123 | |
15 GraphicsServices 0x05f0f24f GSEventRunModal + 192 | |
16 GraphicsServices 0x05f0f08c GSEventRun + 104 | |
17 UIKit 0x031ed8b6 UIApplicationMain + 1526 | |
18 Pinme 0x0023d2ed main + 141 | |
19 libdyld.dylib 0x04efcac9 start + 1 | |
20 ??? 0x00000001 0x0 + 1 | |
) | |
libc++abi.dylib: terminating with uncaught exception of type NSException |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment