Taracque / cordova-plugin-braintree

:credit_card: A Cordova plugin for the Braintree mobile payment processing SDK.
MIT License
27 stars 42 forks source link

Please add BraintreePaymentFlow module for iOS. Error: dyld: Library not loaded: @rpath/BraintreePaymentFlow.framework/BraintreePaymentFlow Reason: image not found #59

Open engrsandeep opened 6 years ago

engrsandeep commented 6 years ago

@Taracque
Can you please include BraintreePaymentFlow module for iOS, it will not let publish for IOS until this module included.

dyld: Library not loaded: @rpath/BraintreePaymentFlow.framework/BraintreePaymentFlow Reason: image not found

engrsandeep commented 6 years ago

@Taracque I have rebuild frameworks and it works. Can you also rebuild framework and add BraintreePaymentFlow module to plugin.xml as well.

Also can you please add option to capture device data.

waltlam commented 6 years ago

@engrsandeep came across this issue as well, what steps did you take to make it work? Your help is much appreciated.

engrsandeep commented 6 years ago

Rebuild framework using Carthage and update frameworks in lib/ios Steps:

https://github.com/Taracque/cordova-plugin-braintree/tree/master/lib

mkdir /tmp/braintree-sdk cd /tmp/braintree-sdk echo 'github "braintree/braintree_ios"' > Cartfile echo 'github "braintree/braintree-ios-drop-in"' >> Cartfile carthage update