Skip to content

Instantly share code, notes, and snippets.

@holgersindbaek
Created October 14, 2015 17:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save holgersindbaek/077bd333d3b0d963aab9 to your computer and use it in GitHub Desktop.
Save holgersindbaek/077bd333d3b0d963aab9 to your computer and use it in GitHub Desktop.
2015-10-14 13:03:32.981 Slang[58990:3388123] -[__NSCFString absoluteString]: unrecognized selector sent to instance 0x11c501da0
2015-10-14 13:03:33.047 Slang[58990:3388123] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFString absoluteString]: unrecognized selector sent to instance 0x11c501da0'
*** First throw call stack:
(
0 CoreFoundation 0x0000000107259f65 __exceptionPreprocess + 165
1 libobjc.A.dylib 0x000000010210cdeb objc_exception_throw + 48
2 CoreFoundation 0x000000010726258d -[NSObject(NSObject) doesNotRecognizeSelector:] + 205
3 CoreFoundation 0x00000001071aff7a ___forwarding___ + 970
4 CoreFoundation 0x00000001071afb28 _CF_forwarding_prep_0 + 120
5 Slang 0x000000010000800d -[AffirmItem toJSONDictionary] + 493
6 Slang 0x0000000100009384 -[AffirmCheckout toJSONDictionary] + 388
7 Slang 0x00000001000042e5 -[AffirmCheckoutViewController getCheckoutData] + 85
8 Slang 0x000000010000486b -[AffirmCheckoutViewController createCheckoutRequest] + 427
9 Slang 0x00000001000048fe -[AffirmCheckoutViewController startCheckout] + 46
10 Slang 0x0000000100003c0e -[AffirmCheckoutViewController viewDidLoad] + 270
11 UIKit 0x00000001058b2931 -[UIViewController loadViewIfRequired] + 1344
12 UIKit 0x00000001058b2c7d -[UIViewController view] + 27
13 UIKit 0x0000000106018b2c -[_UIFullscreenPresentationController _setPresentedViewController:] + 87
14 UIKit 0x000000010588303a -[UIPresentationController initWithPresentedViewController:presentingViewController:] + 133
15 UIKit 0x00000001058c55c4 -[UIViewController _presentViewController:withAnimationController:completion:] + 3930
16 UIKit 0x00000001058c8878 -[UIViewController _performCoordinatedPresentOrDismiss:animated:] + 489
17 UIKit 0x00000001058c8387 -[UIViewController presentViewController:animated:completion:] + 179
18 Slang 0x0000000100480efd __unnamed_215 + 221
19 Slang 0x0000000100bceff4 rb_vm_dispatch + 6196
20 Slang 0x00000001003c38bc vm_dispatch + 1436
21 Slang 0x0000000100979ea8 rb_scope__authorize_payment_plan__ + 4296
22 Slang 0x0000000100bcf47c rb_vm_dispatch + 7356
23 Slang 0x00000001003c38bc vm_dispatch + 1436
24 Slang 0x0000000100974c3d rb_scope__affirm_tapped__ + 109
25 Slang 0x0000000100bcf47c rb_vm_dispatch + 7356
26 Slang 0x00000001003c38bc vm_dispatch + 1436
27 Slang 0x0000000100973e1a rb_scope__build_layout__block__2 + 74
28 Slang 0x0000000100bd084f _ZL13vm_block_evalP7RoxorVMP11rb_vm_blockP13objc_selectormiPKm + 1439
29 Slang 0x0000000100bceece rb_vm_dispatch + 5902
30 Slang 0x00000001003c38bc vm_dispatch + 1436
31 Slang 0x0000000100567c46 rb_scope__sugarcube_handle_gesture:__ + 246
32 Slang 0x0000000100567cd8 __unnamed_38 + 40
33 UIKit 0x0000000105be3b40 _UIGestureRecognizerSendTargetActions + 153
34 UIKit 0x0000000105be06af _UIGestureRecognizerSendActions + 162
35 UIKit 0x0000000105bdef01 -[UIGestureRecognizer _updateGestureWithEvent:buttonEvent:] + 822
36 UIKit 0x0000000105be63f3 ___UIGestureRecognizerUpdate_block_invoke809 + 79
37 UIKit 0x0000000105be6291 _UIGestureRecognizerRemoveObjectsFromArrayAndApplyBlocks + 342
38 UIKit 0x0000000105bd7eb4 _UIGestureRecognizerUpdate + 2624
39 UIKit 0x0000000105793592 -[UIWindow _sendGesturesForEvent:] + 1137
40 UIKit 0x0000000105794681 -[UIWindow sendEvent:] + 849
41 UIKit 0x0000000105746752 -[UIApplication sendEvent:] + 263
42 UIKit 0x0000000105721fcc _UIApplicationHandleEventQueue + 6693
43 CoreFoundation 0x00000001071860a1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
44 CoreFoundation 0x000000010717bfcc __CFRunLoopDoSources0 + 556
45 CoreFoundation 0x000000010717b483 __CFRunLoopRun + 867
46 CoreFoundation 0x000000010717ae98 CFRunLoopRunSpecific + 488
47 GraphicsServices 0x000000010931bad2 GSEventRunModal + 161
48 UIKit 0x0000000105727676 UIApplicationMain + 171
49 Slang 0x00000001003cca8f main + 111
50 libdyld.dylib 0x0000000108e1292d start + 1
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment