SQLCipher build static library for iOS and shared object for Android. How?
-
Hello all!
Does anybody know how to build https://www.zetetic.net/sqlcipher/ for iOS static library (*.a file) and shared object (*.so file) for Android? All that I found is about XCode and Android Studio implementation but I need to build it like livrary and use it Qt Project. Previously I've been using this plugin but it's not working properly for Android build on Qt 5.14.0, for previous Qt versions all is OK. It's not building for any version of Android, MacOS or iOS on Qt 5.14.0. -
To build sqlcipher for android you can see my branch for sqlcipher in
https://github.com/sjemens/sqlcipher/tree/android
There are instructions in the readme.For the iOS I have not ever tried it but there is a fork of my repo in
https://github.com/tr1cks/qsqlcipher-qt5
but I am afraid I can not help much further here.