update Podfile and comment out :mac_catalyst_enabled => false,

This commit is contained in:
Jian Chen 2025-01-14 11:57:35 -08:00
parent f1a195b391
commit 0ebf33afbd
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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