Skip to content
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

Problem with dependencies in Swift Package Manager #224

Open
paulsbin opened this issue Jan 26, 2024 · 1 comment
Open

Problem with dependencies in Swift Package Manager #224

paulsbin opened this issue Jan 26, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@paulsbin
Copy link

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

  1. Create a project
  2. For WalletConnect and WalletCore -> https://github.com/WalletConnect/WalletConnectSwiftV2, https://github.com/trustwallet/wallet-core, https://github.com/WalletConnect/Web3.swift to Swift Package Manager
  3. Add https://github.com/xmtp/xmtp-ios to Swift Package Manager
  4. Get dependencies error
@paulsbin paulsbin added the bug Something isn't working label Jan 26, 2024
@paulsbin
Copy link
Author

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:

Screenshot 2024-01-28 at 21 36 30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants