Closed adamfellon closed 6 years ago
Figures I figure this out ~5 mins after posting the issue.
Steps used to solve the problem:
lib/README.md
BraintreePaymentFlow.framework
plugins/cordova-plugin-braintree/lib/ios
(i made an ios_old
just in case here too)cordova prepare ios && cordova build ios
Trying to updating to Xcode 9.3 & w/ iOS 11.3 support I get the following error after updating to the latest commit w/ the BT framework updates:
dyld: Library not loaded: @rpath/BraintreePaymentFlow.framework/BraintreePaymentFlow
The traceback says that it's being referenced by
BraintreeDropIn.framework/BraintreeDropIn
...but I don't see any import BraintreePaymentFlow outside of unittests on the mainbraintree_ios
page...let alone in the frameworks built & packaged with this repo.Tried blowing out all the Device builds etc locally (on OS X, High Sierra) , still no luck.
Anyone have an idea what could be causing the issue?