We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc8d276 + 33930ae commit 9d0aeb2Copy full SHA for 9d0aeb2
op-sqlite.podspec
@@ -77,10 +77,14 @@ if phone_version then
77
end
78
79
if use_sqlite_vec then
80
- raise "SQLite Vec is not supported with phone version. It cannot load extensions."
+ raise "sqlite-vec is not supported with phone version. It cannot load extensions."
81
82
83
84
+if use_libsql and use_sqlite_vec then
85
+ raise "You cannot use sqlite-vec with libsql. libsql already has vector search included."
86
+end
87
+
88
Pod::Spec.new do |s|
89
s.name = "op-sqlite"
90
s.version = package["version"]
0 commit comments