Skip to content

Commit

Permalink
Remove stale Podfile flipper_post_install call
Browse files Browse the repository at this point in the history
Since this is still calling scripts/cocoapods/flipper.rb:
Setting React-RCTAppDelegate > config.build_settings > FB_SONARKIT_ENABLED=1
Causing React/AppSetup/RCTAppSetupUtils.mm to wrongly try importing FlipperKit

Introduced in RN v0.62
- https://github.com/facebook/react-native/blob/v0.62.0/template/ios/Podfile
- #1586

We should have removed in RN v0.64
- https://github.com/facebook/react-native/blob/v0.64.0/template/ios/Podfile
- https://github.com/facebook/react-native/blob/v0.63.5/template/ios/Podfile
  • Loading branch information
leotm committed Aug 11, 2023
1 parent 5dfe72a commit 530c29e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ target 'MetaMask-QA' do
end

post_install do |installer|
flipper_post_install(installer)
react_native_post_install(installer)
__apply_Xcode_12_5_M1_post_install_workaround(installer)
end

0 comments on commit 530c29e

Please sign in to comment.