-
Notifications
You must be signed in to change notification settings - Fork 145
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
Xcode 12.5 won't compile from tip, needs WalletKit #193
Comments
+1 |
Try with |
I am also having this issue. So far, the submodule commands have not resolved it. |
I was able to resolve this by removing the project folder, then using |
Good |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey team! Long time.
Per the Readme, I cloned this repo, then executed
git submodule update --recursive
, which exited quietly and quickly.Xcode now says: "Missing Package product 'WalletKit'".
I'm an Xcode beginner; if I wanted to add WalletKit library directly to the build, how do I do that? Failing that, is there a working commit that will pull WalletKit in with the git submodule update command?
The text was updated successfully, but these errors were encountered: