-
Notifications
You must be signed in to change notification settings - Fork 370
+[CardIOUtilities preloadCardIO]: unrecognized selector sent to class #506
Comments
Which version of card.io is in your Podfile.lock? You will need the latest version if you have enabled card.io. |
At this moment i changed the pod to /Core, and im getting the same error :( is there a way to see if on my project another of my libraries use the CardIO ? in my case i cant use the credit card so i dont need cardio im in Mexico and i think credit card payments are not allowed here yet |
Did you turn off accepting credit cards in your The |
yes:
|
this is my pod lock
|
now i installed cardio separate with
|
What I believe is happening is that the code finds a class Will try to make a fix for this in the PayPal iOS SDK. |
Thanks! i do have a third part framework not installed via pods which i think uses the cardio maybe that is the problem, if you can add that catch to avoid the older version would be great, i dont think these other guys can do that. |
Release 2.16.2 should hopefully resolve this issue. If it does not, please leave a comment and we can reopen. Thanks. |
General information
SDK/Library version: PayPal iOS SDK 2.16.1
Environment: nonetwork and sandbox
iOS Version and Device: ios10
Integration type and version: cocoapods-1.2.1.beta.1
Issue description
I am getting these errors, it was working fine before.
It does not show the view controller for paypal it crashes before, but if i add the
#import 'CardIO.h'
to the bridge file it opens the view but still crashes.+[CardIOUtilities preloadCardIO]: unrecognized selector sent to class 0x1020ce1a0
invalid mode 'kCFRunLoopCommonModes' provided to CFRunLoopRunSpecific - break on _CFRunLoopError_RunCalledWithInvalidMode to debug. This message will only appear once per execution.
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[CardIOUtilities preloadCardIO]: unrecognized selector sent to class 0x1020ce1a0'
*** First throw call stack:
(0x1818bd1b8 0x1802f455c 0x1818c41a8 0x1818c1270 0x1817ba80c 0x1001d4b58 0x100219bec 0x18778a754 0x18778a4cc 0x18782b910 0x18782af28 0x18782aadc 0x18782aa40 0x18776fa80 0x184c1d9d8 0x184c124cc 0x184c1238c 0x184b8f3e0 0x184bb6a68 0x187765150 0x18186a0c0 0x181867cf0 0x181868180 0x1817962b8 0x18324a198 0x1877dd7fc 0x1877d8534 0x10014f074 0x1807795b8)
libc++abi.dylib: terminating with uncaught exception of type NSException
The text was updated successfully, but these errors were encountered: