dotpay / Mobile-SDK-iOS

Mobile SDK iOS
Academic Free License v3.0
0 stars 1 forks source link

Library not loaded VisaCheckoutSDK.framework #13

Open quba88 opened 5 years ago

quba88 commented 5 years ago

Instal by framework release 1.4.19

dyld: Library not loaded: @rpath/VisaCheckoutSDK.framework/VisaCheckoutSDK Referenced from: /Frameworks/DotPaySDK.framework/DotPaySDK Reason: image not found

Nevaan commented 4 years ago

Hi,

I am developing a Nativescript application where I had to create js wrapper for this library, and i had to add VisaCheckoutSDK on my own. I added this to the podfile

pod 'VisaCheckoutSDK', '~> 6.6.1'

But also in my case I am not implementing card payment (in business meaning) in my app - so I cannot confirm it works properly