Unity App for iOS build fails #75
Closed
AbrarZShahriar
started this conversation in
Issue
Replies: 2 comments
-
Apparently Nsec.cryptography lib uses libsodium and iOS is not supported... Anyway I could easily get around the issue? |
Beta Was this translation helpful? Give feedback.
0 replies
-
This doesn't seem to be an issue with Keygen itself. So I'd open up an issue on these repos and see if your errors can be resolved. Alternatively, you can switch to a crypto library with iOS support, or perhaps implement Apple CryptoKit on iOS specifically. |
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
-
Hello all,
I used Nuget to install
this BouncyCaslte on Unity https://www.nuget.org/packages/Portable.BouncyCastle
For Nsec I used this https://github.com/Kirbyrawr/nsec-unity as the one from Nuget was failing at runtime.
The Unity project builds and runs fine on Windows and Android but fails on iOS.
Undefined symbols.
How can I fix it? Thanks
Beta Was this translation helpful? Give feedback.
All reactions