Skip to content

Conversation

@Saadnajmi
Copy link
Contributor

Summary:

While working on the React Native macOS upgrade, I ran into this error while fetching hermes during pod install

Fetching podspec for `hermes-engine` from `../react-native/sdks/hermes-engine/hermes-engine.podspec`
[!] Failed to load 'hermes-engine' podspec: 
[!] Invalid `hermes-engine.podspec` file: SSL_connect returned=1 errno=0 peeraddr=52.41.8.25:443 state=error: certificate verify failed (unable to get certificate CRL).

 #  from /Users/sanajmi/Developer/react-native-macos/packages/react-native/sdks/hermes-engine/hermes-engine.podspec:26

It seemed this simply came from an exception in nightly_tarball_url, which would stop the process. This change adds a fallback so that pod install can continue.

Changelog:

[INTERNAL] [FIXED] - add exception handling to hermes-utils.rb

Test Plan:

CI should pass

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Nov 4, 2025
@facebook-github-bot facebook-github-bot added p: Microsoft Partner: Microsoft Partner Shared with Meta Applied via automation to indicate that an Issue or Pull Request has been shared with the team. labels Nov 4, 2025
@meta-codesync
Copy link

meta-codesync bot commented Nov 4, 2025

@sbuggay has imported this pull request. If you are a Meta employee, you can view this in D86225597.

@meta-codesync meta-codesync bot closed this in 17d184c Nov 11, 2025
@facebook-github-bot facebook-github-bot added the Merged This PR has been merged. label Nov 11, 2025
@meta-codesync
Copy link

meta-codesync bot commented Nov 11, 2025

@sbuggay merged this pull request in 17d184c.

@react-native-bot
Copy link
Collaborator

This pull request was successfully merged by @Saadnajmi in 17d184c

When will my fix make it into a release? | How to file a pick request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Merged This PR has been merged. p: Microsoft Partner: Microsoft Partner Shared with Meta Applied via automation to indicate that an Issue or Pull Request has been shared with the team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants