Seeing Hermes build failure on Sonoma 14.5, Xcode 15.4 (missing libatomic) #1521
Replies: 2 comments 2 replies
-
|
Interesting. I have no trouble building Hermes on my system with Sonoma and XCode 15.1. So, the problem must have been introduced after. This is what seems to be failing in your case: This should just compile without any additional libraries: BTW, I see other unexpected failures in your trace. All of these pass on my system. So, something is seriously wrong: |
Beta Was this translation helpful? Give feedback.
-
|
I just ran into this issue with a recent Hermes V1 build and Xcode 26.1.1 The issue was that I had both XROS_DEPLOYMENT_TARGET and IOS_DEPLOYMENT_TARGET environment variables set in the terminal, because I had previously been building for those platforms. If you run into this issue, make sure to unset these variables and try again. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Seeing this consistently on both my own local machine and in a CI environment, when building Hermes for React Native on Apple platforms.
Posting this here in case anyone else hits this problem.
Beta Was this translation helpful? Give feedback.
All reactions