Hey all could anybody help me with something, I ha...
# multiplatform
a
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?
a
I had the same issue. It should be in the documentation for sqldelight really
a
For sure!
a
Err, did you fix this? The solution is -lsqlite3 in your xcode build config, as the sqldelight bug says. I can't see your solution here anymore