Alexandr Kirilov
Alexandr Kirilov
This trouble is more fundamental. Somehow it's related to ARM decryption. It's happening on Android too. It's about SQLite3.
This is logs from Android
This trouble not appearing with Qt 6.2.8 and XCode 13.3.1 For everything higher - not working. There are troubles with building SQLite3. Already tried to find solution https://forum.qt.io/topic/145462/iso-c99-and-later-do-not-support-implicit-function-declarations-on-macos-how-to-fix
New update. This trouble happening with Qt 6.2.8 arm64_v8 arch for Android with any version of Qt. All other archs is working. Tested with ndk 22.1 and 25.1 (Qt Creator...
Could someone write something where to find solution for it?
Why? It's already in code in sqlitecipher.cpp `Q_DECLARE_METATYPE(sqlite3*) Q_DECLARE_METATYPE(sqlite3_stmt*) #if (QT_VERSION >= 0x050000) Q_DECLARE_OPAQUE_POINTER(sqlite3*) Q_DECLARE_OPAQUE_POINTER(sqlite3_stmt*) #endif`