question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

npx cap sync fails - AMSupportURLConnectionDelegate implemented twice

See original GitHub 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:

Analyzing dependencies
objc[19147]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libauthinstall.dylib (0x213126b90) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x1086d82c8). One of the two will be used. Which one is undefined.

To Reproduce Steps to reproduce the behavior:

  1. npm install @capacitor-community/stripe
  2. npx cap sync
  3. Error.

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):

  • OS: MacOS 12.1 (M1)

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
travisBradfieldcommented, Feb 7, 2022

Thanks for your help! Not in production yet, but it will be going out in the next few weeks.

0reactions
rdlabocommented, Jul 3, 2022

Has this problem been resolved? No action taken, so this Issue is closed. If you continue to have problems, please create a new Issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Class AMSupportURLConnectionDelegate is implemented in ...
6.7s Failed to build iOS app Error output from Xcode build: ↳ objc[65074]: Class AMSupportURLConnectionDelegate is implemented in both ??
Read more >
Installing @nativescript/capacitor
Whenever you npx cap sync you may encounter any of the following errors: ... 4.0.0 objc[64468]: Class AMSupportURLConnectionDelegate is implemented in both ...
Read more >
capacitor/storage - npx cap sync fails - Ionic Forum
I an trying to follow the capacitor docs (link Capacitor - build cross platform apps with the web). But I am even failing...
Read more >
Class AMSupportURLConnectionDelegate is implemented twice
I have no idea what to do. The exact error is: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libauthinstall.dylib ...
Read more >
AMSupportURL* "is implemented in both"? - Ask Different
objc[728]: Class AMSupportURLConnectionDelegate is implemented in both ?? (0x1eff3a7a0) and ?? (0x1188402b8). One of the two will be used. Which ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found