Replies: 1 comment
-
|
Have you tried without "sudo"? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
I am currently trying to build an iOS framework with a minimal version because of the
crypto_core_ed25519_add()function.I cloned the stable version of the
Sodiumand ran the following command:The build is successfully finished, and I have replaced the framework to my
Xcodeproject. But it cannot be found when I am trying to invokecrypto_core_ed25519_add. I have checked in lib the available functions but there are no minimal function prototypes.There are some logs from
config.logfile when I am building the iOS framework.Maybe I am doing something wrong. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions