From d82a7847d3afc63832693fa18d04c8f0c3b36044 Mon Sep 17 00:00:00 2001 From: "M.H.Pousti" <52624436+Mhp23@users.noreply.github.com> Date: Thu, 21 Dec 2023 23:13:40 +0330 Subject: [PATCH] fix: react native 0.73.x build failing when new arch is enabled on iOS --- react-native-keyboard-controller.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-keyboard-controller.podspec b/react-native-keyboard-controller.podspec index d21d480af..f66c1aa9a 100644 --- a/react-native-keyboard-controller.podspec +++ b/react-native-keyboard-controller.podspec @@ -24,7 +24,7 @@ Pod::Spec.new do |s| if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then s.compiler_flags = folly_compiler_flags + " -DRCT_NEW_ARCH_ENABLED=1" s.pod_target_xcconfig = { - "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost\"", + "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost\" \"${PODS_ROOT}/Headers/Private/Yoga\"", "OTHER_CPLUSPLUSFLAGS" => "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1", "CLANG_CXX_LANGUAGE_STANDARD" => "c++17", # This is handy when we want to detect if new arch is enabled in Swift code