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.
1 parent 1252c8f commit 57ef1a6Copy full SHA for 57ef1a6
3 files changed
package/RNNitroSQLite.podspec
@@ -70,7 +70,7 @@ Pod::Spec.new do |s|
70
end
71
72
if ENV['NITRO_SQLITE_USE_PHONE_VERSION'] == '1' then
73
- s.exclude_files = "cpp/sqlite3.c", "cpp/sqlite3.h"
+ s.exclude_files = "cpp/sqlite/sqlite3.c", "cpp/sqlite/sqlite3.h"
74
s.library = "sqlite3"
75
76
0 commit comments