From 9141c963028a53b166c9fd07ceda1bf133c07348 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Skaln=C3=ADk?= Date: Wed, 17 Aug 2022 23:11:16 +0200 Subject: [PATCH] fix hermes not available on iOS when use_frameworks enabled --- RNReanimated.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/RNReanimated.podspec b/RNReanimated.podspec index 8679621218f..cd115ecb4e7 100644 --- a/RNReanimated.podspec +++ b/RNReanimated.podspec @@ -103,6 +103,7 @@ Pod::Spec.new do |s| s.pod_target_xcconfig = { "USE_HEADERMAP" => "YES", "HEADER_SEARCH_PATHS" => "\"$(PODS_TARGET_SRCROOT)/ReactCommon\" \"$(PODS_TARGET_SRCROOT)\" \"$(PODS_ROOT)/#{folly_prefix}Folly\" \"$(PODS_ROOT)/boost\" \"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/Headers/Private/React-Core\"", + "FRAMEWORK_SEARCH_PATHS" => "\"${PODS_CONFIGURATION_BUILD_DIR}/React-hermes\"", "CLANG_CXX_LANGUAGE_STANDARD" => "c++17", } s.compiler_flags = folly_compiler_flags + ' ' + boost_compiler_flags