From 0ebf33afbd4f25341ea09bd22ad65e461433646c Mon Sep 17 00:00:00 2001 From: Jian Chen Date: Tue, 14 Jan 2025 11:57:35 -0800 Subject: [PATCH] update Podfile and comment out :mac_catalyst_enabled => false, --- js/react_native/e2e/ios/Podfile | 2 +- js/react_native/ios/Podfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/react_native/e2e/ios/Podfile b/js/react_native/e2e/ios/Podfile index bb3b9c28be..fb110810af 100644 --- a/js/react_native/e2e/ios/Podfile +++ b/js/react_native/e2e/ios/Podfile @@ -42,7 +42,7 @@ target 'OnnxruntimeModuleExample' do react_native_post_install( installer, config[:reactNativePath], - :mac_catalyst_enabled => false, +# :mac_catalyst_enabled => false, ) __apply_Xcode_12_5_M1_post_install_workaround(installer) end diff --git a/js/react_native/ios/Podfile b/js/react_native/ios/Podfile index 717164139e..adfe7f91ce 100644 --- a/js/react_native/ios/Podfile +++ b/js/react_native/ios/Podfile @@ -51,7 +51,7 @@ post_install do |installer| # https://github.com/facebook/react-native/blob/main/packages/react-native/scripts/react_native_pods.rb#L197-L202 react_native_post_install( installer, - :mac_catalyst_enabled => false, +# :mac_catalyst_enabled => false, ) __apply_Xcode_12_5_M1_post_install_workaround(installer) end \ No newline at end of file