From 5f47840241b842b5b97560339619642253749be0 Mon Sep 17 00:00:00 2001 From: ankit-thanekar007 Date: Thu, 18 Feb 2021 10:12:25 -0800 Subject: Flipper folly podspec udpate --- ios/Podfile | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'ios') diff --git a/ios/Podfile b/ios/Podfile index 7de1c849..73187053 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -12,15 +12,13 @@ target 'Frontend' do # Pods for testing end - # Enables Flipper. - # - # Note that if you have use_frameworks! enabled, Flipper will not work and - # you should disable these next few lines. + # 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! - # post_install do |installer| - # flipper_post_install(installer) - # end + use_flipper!({ 'Flipper-Folly' => '2.3.0' }) + post_install do |installer| + flipper_post_install(installer) + end end target 'Frontend-tvOS' do -- cgit v1.2.3-70-g09d2