-
Notifications
You must be signed in to change notification settings - Fork 81
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
npx cap sync fails - AMSupportURLConnectionDelegate implemented twice #152
Comments
Is the M1 situation a contributor to this problem? |
Does this article help you? : https://stackoverflow.com/questions/65089767/class-amsupporturlconnectiondelegate-is-implemented-in-both My machine is M1, but this error doesn't happen. |
Thanks for your response! Do you know what my target iOS version should be? At this point that article isn't helping me yet.. |
So after some trying what seemed to work for me was running: sudo gem install cocoapods -n /usr/local/bin |
@travisBradfield I'm glad you got it sorted out! Did you use this plugin for production? If yes, please tell us what app. This help development this plugin. 👉 #145 Thanks. |
Thanks for your help! Not in production yet, but it will be going out in the next few weeks. |
Thanks. I can't wait to hear of your release! |
Has this problem been resolved? No action taken, so this Issue is closed. If you continue to have problems, please create a new Issue. |
Describe the bug
I'm able to run:
npm install @capacitor-community/stripe
When I run the:
npx cap sync
it fails on the pod install wit the following error:To Reproduce
Steps to reproduce the behavior:
npm install @capacitor-community/stripe
npx cap sync
Expected behavior
I expect the pod install and cap sync to be successful.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: