Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2015
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. You pressed me!
  2. 2015-06-02 09:36:20.465 FunFacts[15859:973343] -[FunFacts.ViewController showFunFact:]: unrecognized selector sent to instance 0x7ff540649f90
  3. 2015-06-02 09:36:20.470 FunFacts[15859:973343] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[FunFacts.ViewController showFunFact:]: unrecognized selector sent to instance 0x7ff540649f90'
  4. *** First throw call stack:
  5. (
  6. 0 CoreFoundation 0x0000000100dc8c65 __exceptionPreprocess + 165
  7. 1 libobjc.A.dylib 0x0000000102933bb7 objc_exception_throw + 45
  8. 2 CoreFoundation 0x0000000100dd00ad -[NSObject(NSObject) doesNotRecognizeSelector:] + 205
  9. 3 CoreFoundation 0x0000000100d2613c ___forwarding___ + 988
  10. 4 CoreFoundation 0x0000000100d25cd8 _CF_forwarding_prep_0 + 120
  11. 5 UIKit 0x0000000101668da2 -[UIApplication sendAction:to:from:forEvent:] + 75
  12. 6 UIKit 0x000000010177a54a -[UIControl _sendActionsForEvents:withEvent:] + 467
  13. 7 UIKit 0x0000000101779919 -[UIControl touchesEnded:withEvent:] + 522
  14. 8 UIKit 0x00000001016b5998 -[UIWindow _sendTouchesForEvent:] + 735
  15. 9 UIKit 0x00000001016b62c2 -[UIWindow sendEvent:] + 682
  16. 10 UIKit 0x000000010167c581 -[UIApplication sendEvent:] + 246
  17. 11 UIKit 0x0000000101689d1c _UIApplicationHandleEventFromQueueEvent + 18265
  18. 12 UIKit 0x00000001016645dc _UIApplicationHandleEventQueue + 2066
  19. 13 CoreFoundation 0x0000000100cfc431 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
  20. 14 CoreFoundation 0x0000000100cf22fd __CFRunLoopDoSources0 + 269
  21. 15 CoreFoundation 0x0000000100cf1934 __CFRunLoopRun + 868
  22. 16 CoreFoundation 0x0000000100cf1366 CFRunLoopRunSpecific + 470
  23. 17 GraphicsServices 0x0000000104dafa3e GSEventRunModal + 161
  24. 18 UIKit 0x0000000101667900 UIApplicationMain + 1282
  25. 19 FunFacts 0x0000000100be14a7 main + 135
  26. 20 libdyld.dylib 0x000000010308b145 start + 1
  27. )
  28. libc++abi.dylib: terminating with uncaught exception of type NSException
  29. (lldb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement