diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-05-05 16:19:26 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-05 16:19:26 -0400 |
| commit | 1d7af324cad001583d315bf36e9c5c97e3a441e6 (patch) | |
| tree | 0c9ecd34cdf5eec587162bfeaf7ab06df50f31d2 /ios/Podfile | |
| parent | 8c1fb85de4e54bc8cb95587962088e8b15a60f94 (diff) | |
| parent | 658026fbb14a46768f64929e118cc3cda3ef4ac9 (diff) | |
Merge pull request #403 from brian-tagg/hotfix-xcode12.5-flipper
Altered Podfile to use earlier version of flipper
Diffstat (limited to 'ios/Podfile')
| -rw-r--r-- | ios/Podfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
