From 1a53ac85fe2bbc7bb511c394acd5dc6944e87814 Mon Sep 17 00:00:00 2001 From: Alfonso Curbelo Date: Fri, 12 Apr 2024 13:57:41 -0400 Subject: [PATCH] Remove extra pod functions from bad cherry-pick --- packages/react-native/scripts/react_native_pods.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/react-native/scripts/react_native_pods.rb b/packages/react-native/scripts/react_native_pods.rb index 0c1dc9fc30b..607b0f1e6e5 100644 --- a/packages/react-native/scripts/react_native_pods.rb +++ b/packages/react-native/scripts/react_native_pods.rb @@ -309,8 +309,6 @@ def react_native_post_install( ReactNativePodsUtils.apply_xcode_15_patch(installer) ReactNativePodsUtils.updateOSDeploymentTarget(installer) ReactNativePodsUtils.fix_flipper_for_xcode_15_3(installer) - ReactNativePodsUtils.set_dynamic_frameworks_flags(installer) - ReactNativePodsUtils.add_ndebug_flag_to_pods_in_release(installer) ReactNativePodsUtils.add_privacy_manifest_if_needed(installer) NewArchitectureHelper.set_clang_cxx_language_standard_if_needed(installer)