Commit b8c6dba
committed
fix(ios): install cmake in ci_post_clone so pod install can load hermes-engine
Xcode Cloud archive got past the JS-bundle stage but ci_post_clone now fails
at `pod install`: RN 0.86's hermes-engine.podspec calls which!('cmake') at
podspec-load time (even with prebuilt Hermes), and the runner has no cmake.
Add `brew install cmake` before pod install.1 parent c02d772 commit b8c6dba
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
49 | 53 | | |
50 | 54 | | |
51 | 55 | | |
| |||
0 commit comments