From 658026fbb14a46768f64929e118cc3cda3ef4ac9 Mon Sep 17 00:00:00 2001 From: brian-tagg Date: Wed, 5 May 2021 12:11:07 -0700 Subject: Altered Podfile to use earlier version of flipper --- ios/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ios/Podfile') diff --git a/ios/Podfile b/ios/Podfile index 73187053..4eca4100 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -15,7 +15,7 @@ target 'Frontend' do # An issue in flipper-folly podspec caused failure in building. # Using an older version of flipper folly for that purpose. # https://github.com/facebook/react-native/issues/30836 - use_flipper!({ 'Flipper-Folly' => '2.3.0' }) + use_flipper!({ 'Flipper-Folly' => '2.5.3', 'Flipper' => '0.87.0', 'Flipper-RSocket' => '1.3.1' }) post_install do |installer| flipper_post_install(installer) end -- cgit v1.2.3-70-g09d2