pikaju / flutter-braintree

Flutter plugin that wraps the native Braintree SDKs. Enables payments with credit cards, PayPal, Google Pay and more.
https://pub.dev/packages/flutter_braintree
MIT License
64 stars 119 forks source link

Error while pod install #60

Closed PyFinn closed 3 years ago

PyFinn commented 3 years ago

I'm constantly getting this error when trying to build my project. Any ideas?

The Swift pod flutter_braintree depends upon BraintreeDropIn and Braintree, which do not define modules. To opt into those targets generating module maps (which is necessary to import them from Swift when building as static libraries), you may set use_modular_headers! globally in your Podfile, or specify :modular_headers => true for particular dependencies.

santhoshvgts commented 2 years ago

did you fixed this issue ?