File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
demos/supabase-todolist/iosApp/iosApp.xcodeproj Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 397397 "$(inherited)",
398398 "@executable_path/Frameworks",
399399 );
400- OTHER_LDFLAGS = (
401- "$(inherited)",
402- "-lsqlite3",
403- );
400+ OTHER_LDFLAGS = "$(inherited)";
404401 PRODUCT_BUNDLE_IDENTIFIER = "${BUNDLE_ID}${TEAM_ID}";
405402 PRODUCT_NAME = "${APP_NAME}";
406403 PROVISIONING_PROFILE_SPECIFIER = "";
425422 "$(inherited)",
426423 "@executable_path/Frameworks",
427424 );
428- OTHER_LDFLAGS = (
429- "$(inherited)",
430- "-lsqlite3",
431- );
425+ OTHER_LDFLAGS = "$(inherited)";
432426 PRODUCT_BUNDLE_IDENTIFIER = "${BUNDLE_ID}${TEAM_ID}";
433427 PRODUCT_NAME = "${APP_NAME}";
434428 PROVISIONING_PROFILE_SPECIFIER = "";
Original file line number Diff line number Diff line change @@ -90,6 +90,8 @@ android {
9090}
9191
9292sqldelight {
93+ linkSqlite = false
94+
9395 databases {
9496 create(" PsDatabase" ) {
9597 packageName.set(" com.powersync.persistence" )
You can’t perform that action at this time.
0 commit comments