WalletConnectSwiftV2 icon indicating copy to clipboard operation
WalletConnectSwiftV2 copied to clipboard

unable to override package 'WalletConnect' because its identity 'walletconnectswiftv2' doesn't match override's identity (directory name) 'walletconnectswiftv2-main'

Open rahulg6485 opened this issue 1 year ago • 1 comments

Hi, I have downloaded the code from this git for iOS and try to run the code and got failed as giving number of error. Compile Errors :

  1. unable to override package 'WalletConnect' because its identity 'walletconnectswiftv2' doesn't match override's identity (directory name) 'walletconnectswiftv2-main'
  2. multiple similar targets 'Auth', 'Commons', 'Database' and 20 others appear in package 'walletconnectswiftv2' and 'walletconnectswiftv2-main', this may indicate that the two packages are the same and can be de-duplicated by using mirrors. if they are not duplicate consider using the moduleAliases parameter in manifest to provide unique names

Thanks,

rahulg6485 avatar Feb 05 '24 14:02 rahulg6485

I found a workaround that help to build the app. In ExampleApp project, expand the Frameworks group, and remove the references to both the Package.swift and WalletConnectSwiftV2

arturdev avatar Apr 03 '24 10:04 arturdev