Skip to content

Commit

Permalink
Fix RNTester iOS build
Browse files Browse the repository at this point in the history
Summary:
[Changelog][Internal]

This appears to be a regression from facebook/yoga#1195

The `yoga/internal/experiments.cpp` was removed, but the corresponding Pod cache wasn't updated, which made the RNTester iOS to start fail.

Reviewed By: christophpurrer

Differential Revision: D42268322

fbshipit-source-id: 8db1118787ed41cde10babe6845f6d05a8f86bc2
  • Loading branch information
rshest authored and facebook-github-bot committed Dec 29, 2022
1 parent f52aa9b commit 58220b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ PLATFORMS
ruby

DEPENDENCIES
cocoapods (~> 1.11, >= 1.11.2)
cocoapods (~> 1.11, >= 1.11.3)

RUBY VERSION
ruby 2.7.5p203
ruby 2.7.6p219

BUNDLED WITH
2.3.22
10 changes: 5 additions & 5 deletions packages/rn-tester/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ SPEC CHECKSUMS:
FlipperKit: cbdee19bdd4e7f05472a66ce290f1b729ba3cb86
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
hermes-engine: b5817966bad2f5e14014102dbf97e26a17fe256e
hermes-engine: 1b25fd843452b19b888d47a6022bc0623ede0f38
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1
Expand All @@ -958,7 +958,7 @@ SPEC CHECKSUMS:
React-cxxreact: 97903bdac0fb53409663fd312e2183ae1dd730e5
React-Fabric: 4d08ce0b0f15513b2724ae1000c2aaedf73ebc32
React-graphics: cb8a85648695c60f33a00d732b985f734d1470d8
React-hermes: 73a4f97e9cd712476f9b93ae4838a576279feb78
React-hermes: e35ea664b36773a2ce84c583febf1396080e59f7
React-jsi: e4c75a1cf727c8761908ac2eeb1084e47ba88a26
React-jsiexecutor: dcc8c2b89b6e0b5abb9bbbfb6df86adf44e3e877
React-jsinspector: 9b56a373a6797114e1d89a7dffa98ee98af67a8f
Expand All @@ -979,12 +979,12 @@ SPEC CHECKSUMS:
React-RCTVibration: ecfd04c1886a9c9a4e31a466c0fbcf6b36e92fde
React-rncore: 08566b41339706758229f407c8907b2f7987f058
React-runtimeexecutor: c7b2cd6babf6cc50340398bfbb7a9da13c93093f
ReactCommon: 0647fbd9bd50b59214f51050360ce38ec461b04b
ScreenshotManager: 2bd28f9b590a13c811f1f4ce32aab767f8845c6b
ReactCommon: a11d5523be510a2d75e50e435de607297072172a
ScreenshotManager: 37152a3841a53f2de5c0013c58835b8738894553
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
Yoga: 1b1a12ff3d86a10565ea7cbe057d42f5e5fb2a07
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

PODFILE CHECKSUM: 5d1fc1e8809808c4384337ae55c5be2de48ffe4c
PODFILE CHECKSUM: 8da43cb75927abd2bbb2fc21dcebfebb05b89963

COCOAPODS: 1.11.3

0 comments on commit 58220b9

Please sign in to comment.