We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After adding "pod 'StripePaymentsUI' in Podfile, and adding "@import StripeCore;" in Appdelegate, this error shows up:
"Use of '@import' when C++ modules are disabled, consider using -fmodules and -fcxx-modules"
Reference of Stripe Documentation: https://docs.stripe.com/payments/cash-app-pay/set-up-payment?web-or-mobile=mobile&payments-ui-type=ios
The text was updated successfully, but these errors were encountered:
Thanks for filing this! Do you have -fno-modules anywhere in your Xcode Settings or Podfile?
-fno-modules
This setting in your target should also be set to Yes:
Yes
Sorry, something went wrong.
Closing this out as stale, if this is still an issue please re-open with further details. Thanks!
No branches or pull requests
After adding "pod 'StripePaymentsUI' in Podfile, and adding "@import StripeCore;" in Appdelegate, this error shows up:
"Use of '@import' when C++ modules are disabled, consider using -fmodules and -fcxx-modules"
Reference of Stripe Documentation: https://docs.stripe.com/payments/cash-app-pay/set-up-payment?web-or-mobile=mobile&payments-ui-type=ios
The text was updated successfully, but these errors were encountered: