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
My application has WalletConnect, it's connected through Swift Package Manager.
Conflicts arise because the packages use the same identifiers, but the links are different.
WalletConnect:
xmtp-iOS:
WalletConnect and xmtp-ios should work together in many projects, but in SPM they conflict
Solve dependency problem
The text was updated successfully, but these errors were encountered:
There are also problems with dependencies for https://github.com/trustwallet/wallet-core
After I try to add https://github.com/xmtp/xmtp-ios to my project I get errors:
Sorry, something went wrong.
humanagent
No branches or pull requests
Describe the bug
My application has WalletConnect, it's connected through Swift Package Manager.
Conflicts arise because the packages use the same identifiers, but the links are different.
WalletConnect:
xmtp-iOS:
WalletConnect and xmtp-ios should work together in many projects, but in SPM they conflict
Expected behavior
Solve dependency problem
Steps to reproduce the bug
The text was updated successfully, but these errors were encountered: