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 85b4e24 commit 27b6a62Copy full SHA for 27b6a62
package/RNNitroSQLite.podspec
@@ -26,7 +26,9 @@ Pod::Spec.new do |s|
26
:WARNING_CFLAGS => "-Wno-shorten-64-to-32 -Wno-comma -Wno-unreachable-code -Wno-conditional-uninitialized -Wno-deprecated-declarations",
27
:USE_HEADERMAP => "No",
28
'CLANG_CXX_LANGUAGE_STANDARD' => 'c++20',
29
- 'CLANG_CXX_LIBRARY' => 'libc++'
+ 'CLANG_CXX_LIBRARY' => 'libc++',
30
+ 'DEFINES_MODULE' => 'YES'
31
+ "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost\" \"$(PODS_ROOT)/RCT-Folly\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/fast_float/include\" \"$(PODS_ROOT)/fmt/include\"",
32
}
33
34
load 'nitrogen/generated/ios/RNNitroSQLite+autolinking.rb'
0 commit comments