Closed
Description
Environment
react-native -v
npm ls react-native-macos
:node -v
: v12.21.0npm -v
: 6.14.11yarn --version
: 1.22.10xcodebuild -version
: Xcode 12.4 Build version 12D4e
Issue
If you try to build RNTester-macOS on an M1 Mac with hermes enabled, it fails. You have to keep hermes disabled in the pod file to build RNTester-macOS on an M1 Mac.
Steps To Reproduce
- Clone the react-native-macos repo (https://github.com/microsoft/react-native-macos)
- Setup RNTester & open Xcode project (
yarn && cd RNTester && pod install && open RNTesterPods.xcworkspace
) - Try to build RNTester-macOS for Target "My Mac" (in my case it's am M1 Mac mini)
The Expected Behavior
It builds successfully
Actual Behavior
Several Errors:
Metadata
Metadata
Assignees
Labels
No labels