Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
engrsandeep opened this issue May 6, 2018 · 3 comments

Comments

@engrsandeep
Copy link

@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
Copy link
Author

@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
Copy link

waltlam commented May 24, 2018

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

@engrsandeep
Copy link
Author

engrsandeep commented May 25, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants