diff options
author | Ivan Chen <ivan@thetaggid.com> | 2021-02-18 14:02:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-18 14:02:26 -0500 |
commit | df541c37440a3105dfc578b9c6bbff283882bf02 (patch) | |
tree | c738f9e4b73aa335f8c54bc334953fea16303fd3 | |
parent | 6d516586c78a670421ec8cb4ea23f6a28c5d838d (diff) | |
parent | 5f47840241b842b5b97560339619642253749be0 (diff) |
Merge pull request #245 from ankit-thanekar007/flipper-issue
[NO-JIRA] Flipper Folly Pod-Spec Update
-rw-r--r-- | ios/Podfile | 14 |
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 |