generally seems like people point to this wiki to ...
# squarelibraries
j
generally seems like people point to this wiki to answer those questions https://github.com/yapstudios/YapDatabase/wiki/SQLite-version-(bundled-with-OS)
b
thank you
i have
dialect = "app.cash.sqldelight:sqlite-3-18-dialect:2.0.0-alpha02"
i am getting the following error
Copy code
ld: warning: directory not found for option '-F/Applications/Xcode.app/Contents/SharedFrameworks-iphonesimulator'
Undefined symbols for architecture x86_64:
  "_sqlite3_aggregate_context", referenced from:
      _co_touchlab_sqliter_sqlite3_sqlite3_aggregate_context_wrapper139 in shared(result.o)
     (maybe you meant: _co_touchlab_sqliter_sqlite3_sqlite3_aggregate_context_wrapper139, knifunptr_co_touchlab_sqliter_sqlite3143_sqlite3_aggregate_context )
  "_sqlite3_aggregate_count", referenced from:
      _co_touchlab_sqliter_sqlite3_sqlite3_aggregate_count_wrapper115 in shared(result.o)
j
I don't do native. Ask in the channel separately.
👍 1