Skip to content

Commit d82a784

Browse files
authored
fix: react native 0.73.x build failing when new arch is enabled on iOS
1 parent 702a669 commit d82a784

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

react-native-keyboard-controller.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Pod::Spec.new do |s|
2424
if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then
2525
s.compiler_flags = folly_compiler_flags + " -DRCT_NEW_ARCH_ENABLED=1"
2626
s.pod_target_xcconfig = {
27-
"HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost\"",
27+
"HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost\" \"${PODS_ROOT}/Headers/Private/Yoga\"",
2828
"OTHER_CPLUSPLUSFLAGS" => "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1",
2929
"CLANG_CXX_LANGUAGE_STANDARD" => "c++17",
3030
# This is handy when we want to detect if new arch is enabled in Swift code

0 commit comments

Comments
 (0)