-
Notifications
You must be signed in to change notification settings - Fork 662
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hermes does not build for React Native macOS on ARM64 #514
Comments
Cross reference microsoft/react-native-macos#781 |
Looks like this will be fixed by #475 =) |
@Saadnajmi Hey yes it's a KP and you've found the PR correctly. We are going to merge it soon but you'll need to upgrade to RN 0.65 and Hermes 0.8 to be able to use it ;) |
@Huxpro Oh hey, I recognize you from the Callstack podcast! Noted, why do we need to be on RN 0.65? Would it not work with 0.63 or 0.64? |
We may try to cherry-pick this fix to Hermes 0.7 and make a patch release (e.g. 0.7.3) for RN 0.64 (likely to work). I'm not sure how to make #475 working on Hermes 0.5 since the code changed was not even there back to 0.5. 🤔 cc @alloy. I thought RN macOS 0.64 had released (from the https://microsoft.github.io/react-native-windows/) but from https://github.com/microsoft/react-native-macos/releases it seems not? |
@Huxpro Yep! We're not caught up yet on RN-macOS😅. |
Bug Description
gradle clean
and confirmed this bug does not occur with JSCHermes version: 0.5.1
React Native version (if any):
OS version (if any): macOS 11.3.1
Platform (most likely one of arm64-v8a, armeabi-v7a, x86, x86_64): macOS on arm64 (AKA, an M1 Mac mini
Steps To Reproduce
yarn && cd RNTester && pod install && open RNTesterPods.xcworkspace
)The Expected Behavior
It builds successfully
Actual Behavior
Several Errors:
The text was updated successfully, but these errors were encountered: