Hi @jdleung
I was able to replicate the behavior you are seeing, a solution that works for me was to include the following within my bridging header:
#define SQLITE_HAS_CODEC 1
Would you give that a try and let us know your results? Thanks!
Hi @jdleung
I was able to replicate the behavior you are seeing, a solution that works for me was to include the following within my bridging header:
#define SQLITE_HAS_CODEC 1
Would you give that a try and let us know your results? Thanks!