WalletConnect / web3modal-swift

Apache License 2.0
56 stars 29 forks source link

[SPM] Cannot add version 1.3.1 as a Package Dependency #61

Closed mooshee closed 8 months ago

mooshee commented 8 months ago

Describe the bug Adding https://github.com/WalletConnect/web3modal-swift as a Package Dependency is unable to be resolved.

Showing All Issues Failed to resolve dependencies Dependencies could not be resolved because no versions of 'wallet-mobile-sdk' match the requirement 1.0.0..<2.0.0 and root depends on 'web3modal-swift' 1.3.1..<2.0.0. 'web3modal-swift' >= 1.3.1 practically depends on 'wallet-mobile-sdk' 1.0.0..<2.0.0 because no versions of 'web3modal-swift' match the requirement 1.3.2..<2.0.0 and 'web3modal-swift' 1.3.1 depends on 'wallet-mobile-sdk' 1.0.0..<2.0.0.

SDK Version

To Reproduce Steps to reproduce the behavior:

  1. File Add Package Dependency
  2. Enter this repo's url https://github.com/WalletConnect/web3modal-swift
  3. Tap Add Package
  4. See Error
llbartekll commented 8 months ago

hey @mooshee, does your app depend on wallet-mobile-sdk independently from web3modal?

mooshee commented 8 months ago

No

llbartekll commented 8 months ago

Just created a clean project to try to reproduce and I didn't experience any issues at all. maybe try to remove derived data and clean build folder.

mooshee commented 8 months ago

I've tried doing a clean and package reset. I'll try the fresh project and report back.

mooshee commented 8 months ago

@llbartekll Looks good now. Thanks!