Advertisement
coderboy

Untitled

Dec 13th, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. 2018-12-13 19:36:34.710604-0500 Edio GO[18888:2453169] -[Edio_GO.ViewController toggleSidenav:]: unrecognized selector sent to instance 0x7fe5a8f082e0
  2. 2018-12-13 19:36:34.720932-0500 Edio GO[18888:2453169] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[Edio_GO.ViewController toggleSidenav:]: unrecognized selector sent to instance 0x7fe5a8f082e0'
  3. *** First throw call stack:
  4. (
  5. 0 CoreFoundation 0x000000010f11e1bb __exceptionPreprocess + 331
  6. 1 libobjc.A.dylib 0x000000010d138735 objc_exception_throw + 48
  7. 2 CoreFoundation 0x000000010f13cf44 -[NSObject(NSObject) doesNotRecognizeSelector:] + 132
  8. 3 UIKitCore 0x0000000111af7b4a -[UIResponder doesNotRecognizeSelector:] + 287
  9. 4 CoreFoundation 0x000000010f122ed6 ___forwarding___ + 1446
  10. 5 CoreFoundation 0x000000010f124da8 _CF_forwarding_prep_0 + 120
  11. 6 UIKitCore 0x0000000111acaecb -[UIApplication sendAction:to:from:forEvent:] + 83
  12. 7 UIKitCore 0x00000001115060bd -[UIControl sendAction:to:forEvent:] + 67
  13. 8 UIKitCore 0x00000001115063da -[UIControl _sendActionsForEvents:withEvent:] + 450
  14. 9 UIKitCore 0x000000011150531e -[UIControl touchesEnded:withEvent:] + 583
  15. 10 UIKitCore 0x0000000111b060a4 -[UIWindow _sendTouchesForEvent:] + 2729
  16. 11 UIKitCore 0x0000000111b077a0 -[UIWindow sendEvent:] + 4080
  17. 12 UIKitCore 0x0000000111ae5394 -[UIApplication sendEvent:] + 352
  18. 13 UIKitCore 0x0000000111bba5a9 __dispatchPreprocessedEventFromEventQueue + 3054
  19. 14 UIKitCore 0x0000000111bbd1cb __handleEventQueueInternal + 5948
  20. 15 CoreFoundation 0x000000010f083721 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
  21. 16 CoreFoundation 0x000000010f082f93 __CFRunLoopDoSources0 + 243
  22. 17 CoreFoundation 0x000000010f07d63f __CFRunLoopRun + 1263
  23. 18 CoreFoundation 0x000000010f07ce11 CFRunLoopRunSpecific + 625
  24. 19 GraphicsServices 0x000000011723a1dd GSEventRunModal + 62
  25. 20 UIKitCore 0x0000000111ac981d UIApplicationMain + 140
  26. 21 Edio GO 0x000000010c80c697 main + 71
  27. 22 libdyld.dylib 0x00000001105b7575 start + 1
  28. )
  29. libc++abi.dylib: terminating with uncaught exception of type NSException
  30. (lldb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement