aboutsummaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorankit-thanekar007 <ankit.thanekar007@gmail.com>2021-02-18 10:12:25 -0800
committerankit-thanekar007 <ankit.thanekar007@gmail.com>2021-02-18 10:12:25 -0800
commit5f47840241b842b5b97560339619642253749be0 (patch)
treed0856a6a0c9adce469bd205f75c9a932047a72d9 /ios
parentf71a4347854620d03c634bec532fdfeaf821bd44 (diff)
Flipper folly podspec udpate
Diffstat (limited to 'ios')
-rw-r--r--ios/Podfile14
1 files changed, 6 insertions, 8 deletions
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