You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 5, 2020. It is now read-only.
I want to use Paypal SDK without Card.IO (thought it was optional) but when building my project after adding pod 'PayPal-iOS-SDK' I've the following error:
(null): Library not found for -lCardIO
Is there a workaround to keep using Paypal with cocoapods without the link to CardIO ?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
The CocoaPods spec currently specifies both as vendored_libraries. I'm not sure if you can override that. Will see if we can provide a subspec that doesn't have CardIO in it.
Hello,
I want to use Paypal SDK without Card.IO (thought it was optional) but when building my project after adding
pod 'PayPal-iOS-SDK'
I've the following error:(null): Library not found for -lCardIO
Is there a workaround to keep using Paypal with cocoapods without the link to CardIO ?
Thanks in advance.
The text was updated successfully, but these errors were encountered: