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