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 702a669 commit d82a784Copy full SHA for d82a784
1 file changed
react-native-keyboard-controller.podspec
@@ -24,7 +24,7 @@ Pod::Spec.new do |s|
24
if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then
25
s.compiler_flags = folly_compiler_flags + " -DRCT_NEW_ARCH_ENABLED=1"
26
s.pod_target_xcconfig = {
27
- "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost\"",
+ "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost\" \"${PODS_ROOT}/Headers/Private/Yoga\"",
28
"OTHER_CPLUSPLUSFLAGS" => "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1",
29
"CLANG_CXX_LANGUAGE_STANDARD" => "c++17",
30
# This is handy when we want to detect if new arch is enabled in Swift code
0 commit comments