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
-
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
Sodium
and ran the following command:The build is successfully finished, and I have replaced the framework to my
Xcode
project. 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.log
file when I am building the iOS framework.Maybe I am doing something wrong. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions