From feaa89cb92c74d2910e1af86e2a3b50e0b06a158 Mon Sep 17 00:00:00 2001 From: Jean-Emmanuel Losi Date: Tue, 4 Aug 2026 17:59:54 -0400 Subject: [PATCH] Fix sqlcipher build: exclude libsql_experimental and turso_sdk_kit xcframeworks --- op-sqlite.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/op-sqlite.podspec b/op-sqlite.podspec index ce0b2497..50c0e6cd 100644 --- a/op-sqlite.podspec +++ b/op-sqlite.podspec @@ -150,7 +150,7 @@ Pod::Spec.new do |s| if use_sqlcipher then log_message.call("[OP-SQLITE] using SQLCipher") - exclude_files += ["cpp/sqlite3.c", "cpp/sqlite3.h", "cpp/libsql/bridge.cpp", "cpp/libsql/bridge.hpp", "ios/libsql.xcframework/**/*"] + exclude_files += ["cpp/sqlite3.c", "cpp/sqlite3.h", "cpp/libsql/bridge.cpp", "cpp/libsql/bridge.hpp", "ios/libsql.xcframework/**/*", "ios/libsql_experimental.xcframework/**/*", "ios/turso_sdk_kit.xcframework/**/*"] xcconfig[:GCC_PREPROCESSOR_DEFINITIONS] += " OP_SQLITE_USE_SQLCIPHER=1 HAVE_FULLFSYNC=1 SQLITE_HAS_CODEC SQLITE_TEMP_STORE=3 SQLITE_EXTRA_INIT=sqlcipher_extra_init SQLITE_EXTRA_SHUTDOWN=sqlcipher_extra_shutdown" s.dependency "OpenSSL-Universal" elsif use_turso then