diff --git a/template/ios/Podfile b/template/ios/Podfile index 47e45ba5c5b705..72f73ee8d3bff4 100644 --- a/template/ios/Podfile +++ b/template/ios/Podfile @@ -47,10 +47,9 @@ target 'HelloWorld' do end post_install do |installer| + # https://github.com/facebook/react-native/blob/main/scripts/react_native_pods.rb#L197-L202 react_native_post_install( installer, - # Set `mac_catalyst_enabled` to `true` in order to apply patches - # necessary for Mac Catalyst builds :mac_catalyst_enabled => false ) __apply_Xcode_12_5_M1_post_install_workaround(installer)