Skip to content

Commit b9243e0

Browse files
Peter Arganyfacebook-github-bot
Peter Argany
authored andcommitted
Fix Hermes + no Flipper build on Xcode 12.5
Summary: This is a follow up to my diffs from a couple weeks ago bumping folly version to 2021.04.26. Unfortunately, those diffs did not work when Hermes was enabled, and Flipper was disabled, this fixes that. I've tested the matrix of Hermes enabled/disabled and Flipper enabled/disabled. Changelog: [iOS] Fix Hermes + no Flipper build on Xcode 12.5 Reviewed By: yungsters Differential Revision: D28325790 fbshipit-source-id: e58e1ba4730e7989c48dfd2aae06d91c1d3687db
1 parent aafdf9f commit b9243e0

File tree

3 files changed

+93
-91
lines changed

3 files changed

+93
-91
lines changed

packages/rn-tester/Podfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ PODS:
2222
- OpenSSL-Universal (= 1.1.180)
2323
- Flipper-Glog (0.3.6)
2424
- Flipper-PeerTalk (0.0.4)
25-
- Flipper-RSocket (1.3.0):
25+
- Flipper-RSocket (1.3.1):
2626
- Flipper-Folly (~> 2.5)
2727
- FlipperKit (0.75.1):
2828
- FlipperKit/Core (= 0.75.1)
@@ -851,13 +851,13 @@ SPEC CHECKSUMS:
851851
Flipper-Folly: 755929a4f851b2fb2c347d533a23f191b008554c
852852
Flipper-Glog: 1dfd6abf1e922806c52ceb8701a3599a79a200a6
853853
Flipper-PeerTalk: 116d8f857dc6ef55c7a5a75ea3ceaafe878aadc9
854-
Flipper-RSocket: 602921fee03edacf18f5d6f3d3594ba477f456e5
854+
Flipper-RSocket: 127954abe8b162fcaf68d2134d34dc2bd7076154
855855
FlipperKit: 8a20b5c5fcf9436cac58551dc049867247f64b00
856856
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
857857
glog: 5337263514dd6f09803962437687240c5dc39aa4
858858
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
859859
OpenSSL-Universal: 1aa4f6a6ee7256b83db99ec1ccdaa80d10f9af9b
860-
RCT-Folly: c2df3efe85970e635de36ef663ce1e98a1c84981
860+
RCT-Folly: 8250e510cd9fde2f292ad258682264d4a1d38bff
861861
RCTRequired: af2d6080a4b9ba0885b28ca78879a92066c71cab
862862
RCTTypeSafety: f5405e0143bb2addae97ce33e4c87d9284a48fe2
863863
React: f64c9f6db5428717922a3292ba6a448615a2e143

0 commit comments

Comments
 (0)