https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
a

Andrew O Hart

02/22/2022, 3:08 PM
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

adjpd

02/22/2022, 3:42 PM
I had the same issue. It should be in the documentation for sqldelight really
a

Andrew O Hart

02/22/2022, 5:57 PM
For sure!
a

adjpd

02/27/2022, 12:08 AM
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
8 Views