Open engrsandeep opened 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.
@engrsandeep came across this issue as well, what steps did you take to make it work? Your help is much appreciated.
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
@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