Hey all could anybody help me with something, I have implemented SQLDelight into my KMM project.
It builds fine on Android, however when I try run on iOS I get this issue: ld: symbol(s) not found for architecture x86_64
There is a lot of other stuff such as:
"_sqlite3_step", referenced from:
_co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97 in TestLib(result.o)
(maybe you meant: _co_touchlab_sqliter_sqlite3_sqlite3_step_wrapper97, knifunptr_co_touchlab_sqliter_sqlite3101_sqlite3_step )
any ideas on what causes this?