-
Notifications
You must be signed in to change notification settings - Fork 24.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build with GitHub action macos-12 runner + RN 0.68.5 = Library not loaded: @rpath/hermes.framework/hermes #35536
Comments
How about if you build with the commands locally? Is the produced app working fine? |
It work fine if I build locally. Other way around:
|
Then you should be able to debug what's the difference between your environment and the CI environment. I'm not sure how we can help you here. |
BTW: le label platform linux is wrong, this is macos |
Any update for this ? |
I'm not sure which kind of update you're looking for @kopax-polyconseil |
Description
We are trying to produce an iOS simulator build within a GitHub action macos-12 runner.
This is how we build :
This build works fine within local environment, it also work within the CI but the one from the CI produce an iOS app that fail to start
Version
0.68.5
Output of
npx react-native info
System:
OS: Linux 5.8 Debian GNU/Linux 10 (buster) 10 (buster)
CPU: (8) x64 Intel(R) Core(TM) i7-8665U CPU @ 1.90GHz
Memory: 3.69 GB / 15.30 GB
Shell: 5.0.3 - /bin/bash
Binaries:
Node: 18.7.0 - ~/.nvm/versions/node/v18.7.0/bin/node
Yarn: 1.22.15 - ~/.yarn/bin/yarn
npm: 8.15.0 - ~/.nvm/versions/node/v18.7.0/bin/npm
Watchman: 20210124.162314.0 - /usr/local/bin/watchman
SDKs:
Android SDK:
API Levels: 26, 27, 28, 29, 30, 31, 32, 33
Build Tools: 28.0.2, 28.0.3, 29.0.2, 30.0.2, 30.0.3, 31.0.0, 32.0.0, 33.0.0
System Images: android-29 | Google APIs Intel x86 Atom
Android NDK: Not Found
IDEs:
Android Studio: Not Found
Languages:
Java: 1.8.0_231 - /usr/bin/javac
npmPackages:
@react-native-community/cli: Not Found
react: 17.0.2 => 17.0.2
react-native: 0.68.5 => 0.68.5
npmGlobalPackages:
react-native: Not Found
Steps to reproduce
Build your iOS app with hermes enabled using a macos-12 github action runner
Snack, code example, screenshot, or link to a repository
Error logs: https://gist.github.com/kopax-polyconseil/cd31322d8d71b664a0c965be7a1607e0#file-ios-log-L28
Reason for crash:
The text was updated successfully, but these errors were encountered: