Created
April 28, 2014 18:09
-
-
Save lacyrhoades/11379614 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
Thread : Fatal Exception: NSInvalidArgumentException | |
0 CoreFoundation 0x2d9b3f03 __exceptionPreprocess + 130 | |
1 libobjc.A.dylib 0x38148ce7 objc_exception_throw + 38 | |
2 CoreFoundation 0x2d9b7837 -[NSObject(NSObject) doesNotRecognizeSelector:] + 202 | |
3 CoreFoundation 0x2d9b612f ___forwarding___ + 706 | |
4 CoreFoundation 0x2d9050d8 _CF_forwarding_prep_0 + 24 | |
5 UIKit 0x302186c7 -[UIApplication sendAction:to:from:forEvent:] + 90 | |
6 ??? 0x024570dc | |
7 UIKit 0x30218663 -[UIApplication sendAction:toTarget:fromSender:forEvent:] + 38 | |
8 UIKit 0x30218633 -[UIControl sendAction:to:forEvent:] + 46 | |
9 ??? 0x009280dc | |
10 UIKit 0x30203d7b -[UIControl _sendActionsForEvents:withEvent:] + 374 | |
11 UIKit 0x3021807b -[UIControl touchesEnded:withEvent:] + 594 | |
12 UIKit 0x30217d4d -[UIWindow _sendTouchesForEvent:] + 528 | |
13 UIKit 0x30212ca7 -[UIWindow sendEvent:] + 758 | |
14 UIKit 0x301e7e75 -[UIApplication sendEvent:] + 196 | |
15 ??? 0x024590dc | |
16 UIKit 0x301e6541 _UIApplicationHandleEventQueue + 7120 | |
17 CoreFoundation 0x2d97efe7 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 14 | |
18 CoreFoundation 0x2d97e4af __CFRunLoopDoSources0 + 206 | |
19 CoreFoundation 0x2d97cc9f __CFRunLoopRun + 630 | |
20 CoreFoundation 0x2d8e77a9 CFRunLoopRunSpecific + 524 | |
21 CoreFoundation 0x2d8e758b CFRunLoopRunInMode + 106 | |
22 GraphicsServices 0x328546d3 GSEventRunModal + 138 | |
23 UIKit 0x30246891 UIApplicationMain + 1136 | |
24 EtsyEnterprise 0x00203e7f main (main.m:28) | |
25 libdyld.dylib 0x38646ab7 start + 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment