-
Notifications
You must be signed in to change notification settings - Fork 25
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
Compiling fails with error #75
Comments
What version of sodium got installed? Also FYI, this project has been a bit lacking in maintenance recently since I've been busy with work, but I'm hoping to start back into it soon. In the meantime, you might want to also check out https://github.com/azoy/sword. |
According to Package.resolved, Sodium version 2.0.0.
But brew installed version 1.0.17 and on Ubuntu I used the |
I will check out Sword, but I would prefer to use your library, since it has a much better documentation. |
When compiling a new SwiftPM project with your library it fails with the following errors
Here is my full output when I run the compile command: https://pastebin.com/vUrpzfQS
My main.swift only contains this:
First I used version 6.0.0 of your library, like suggested in the README.md, but now I tried 9.0.0, which doesn't work either.
I am using Swift 4 on macOS, but I tried it on Linux Ubuntu 16.04 too.
The text was updated successfully, but these errors were encountered: