Building dynamic library libsodium.so for iOS #1436
Replies: 4 comments 1 reply
-
Maybe related maybe not: This can be also seen when running
EDIT: hmm trying it today I cannot reproduce missing *.so. The *.so file is produced even without emulation set up. However the tests EDIT 2: What about: https://libsodium.gitbook.io/doc/installation#cross-compiling-to-apple-devices ? |
Beta Was this translation helpful? Give feedback.
-
Also have you tried |
Beta Was this translation helpful? Give feedback.
-
Libraries for Apple devices can be created with the |
Beta Was this translation helpful? Give feedback.
-
Thanks @jedisct1, studying |
Beta Was this translation helpful? Give feedback.
-
When building libsodium for iOS with
./configure
andmake
I'm getting only staticlibsodium.a
in "lib" folder, but I need a dynamic librarylibsodium.so
as well. Is there a way to build that for iOS? I've tried--disable-static
but it didn't work.Beta Was this translation helpful? Give feedback.
All reactions