mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
update Podfile and comment out :mac_catalyst_enabled => false,
This commit is contained in:
parent
f1a195b391
commit
0ebf33afbd
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Reference in a new issue