Installing hermes-engine (0.74.1)
stuck and after long time return this error
Installing hermes-engine (0.74.1)
[!] Error installing hermes-engine
[!] /usr/bin/curl -f -L -o /var/folders/z2/f8mrsctd57q92xqwcqw7r5cw0000gn/T/d20240603-46119-zr28sb/file.tgz https://repo1.maven.org/maven2/com/facebook/react/react-native-artifacts/0.74.1/react-native-artifacts-0.74.1-hermes-ios-debug.tar.gz --create-dirs --netrc-optional --retry 2 -A 'CocoaPods/1.15.2 cocoapods-downloader/2.1'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
16 16.5M 16 2718k 0 0 3955 0 1:13:05 0:11:43 1:01:22 0
curl: (56) Recv failure: Connection reset by peer
[!] [Codegen] warn: using experimental new codegen integration
You need to wait some time as you'll be downloading the hermes-engine tarball which takes some time. After the first run, things should generally be faster.
Description
In IOS with RN 0..74.1 "dependencies": { "react": "18.2.0", "react-native": "0.74.1" },
pod install stuck when installing Installing hermes-engine (0.74.1)
Steps to reproduce
React Native Version
0.74.1
Affected Platforms
Runtime - iOS
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com/eldirb21/issue-hermes.git
Screenshots and Videos