For SQLCipher in the sqlite.h file I see ```/* BEG...
# multiplatform
a
For SQLCipher in the sqlite.h file I see
Copy code
/* BEGIN SQLCIPHER */
#ifdef SQLITE_HAS_CODEC
this whole section isn't being included when I try build a static library. Anybody any ideas why not? I have -DSQLITE_HAS_CODEC included. I Haven't included SQLITE_HAS_CODEC=1 as when I added it to the terminal command it said it couldn't be found or something. Seems to work using their instructions on XCode however the building of the library for Android can't find any methods under the SQLCIPHER section. Appreciate any help