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

SPM - can't resolve v1.6.2 #854

Closed
simonmcl opened this issue May 18, 2023 · 4 comments
Closed

SPM - can't resolve v1.6.2 #854

simonmcl opened this issue May 18, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@simonmcl
Copy link

Describe the bug
I tried upgrading from 1.5.4 -> 1.6.2, but doing so caused an SPM conflict. 1.6.2 depends on QRCode, but it points to a branch, not a version. This is classified as an "un-stable" version, and SPM doesn't allow you to use "stable" versions of packages that depend on un-stable versions

SDK Version

  • Client: Swift
  • Version 1.6.2

To Reproduce
Steps to reproduce the behavior:

  1. Add 1.6.2 via SPM

Screenshots
Screenshot 2023-05-18 at 16 45 14

Device (please complete the following information):

  • Xcode 14.2
@simonmcl simonmcl added the bug Something isn't working label May 18, 2023
@llbartekll
Copy link
Contributor

llbartekll commented May 22, 2023

hey @simonmcl, thanks for reporting, could you check 1.6.3?
https://github.com/WalletConnect/WalletConnectSwiftV2/releases/tag/1.6.3

@simonmcl
Copy link
Author

@llbartekll hi, no its still pointing to a branch

Screenshot 2023-05-22 at 11 37 07

So importing 1.6.3 produces the same error with a new verison number. To be clear, the only solution to this issue is to point to a specific version like the below:

Screenshot 2023-05-22 at 11 37 28

@llbartekll
Copy link
Contributor

hey @simonmcl could you check with 1.6.4, please?

@simonmcl
Copy link
Author

@llbartekll yep, working now. Thanks

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