Build Fails when trying to run example app. #736
Unanswered
jason18401
asked this question in
Developer Support
Replies: 1 comment
-
hey @jason18401 you are trying to override package. You should be able to build an app without adding a package with url. The sdk is already in cloned repo. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello I seem to get buildtime errors when trying to run the exampleApp for V2. I've screenshotted the errors below. Any help would be appreciated.
I added the package url:
dependencies: [
.package(url: "https://github.com/WalletConnect/WalletConnectSwiftV2", .branch("main")),
],
Beta Was this translation helpful? Give feedback.
All reactions