Description
Bug Description
In Pods: [Hermes] Using the latest commit from main.
Showing Recent Issues
/Users/user/Downloads/AwesomeProject4/node_modules/react-native/ReactCommon/hermes/inspector-modern/InspectorState.cpp:225:40: No member named 'AsyncTrigger' in 'facebook::hermes::debugger::PauseReason'
/Users/user/Downloads/AwesomeProject4/node_modules/react-native/ReactCommon/hermes/inspector-modern/InspectorState.cpp:366:33: No member named 'AsyncTrigger' in 'facebook::hermes::debugger::PauseReason'
Also tried other RN versions #43082
Sidenote: CMAKE is apparently required but it is not part of any dependencies (something to take note of, otherwise the scripts cannot compile at all and error immediately)
- I have confirmed this bug does not occur with JSC
- The issue is reproducible with the latest version of React Native.
Hermes git revision (if applicable):
React Native version: 0.73.4
OS: macOS Sonama 14.3.1
Platform (most likely one of arm64-v8a, armeabi-v7a, x86, x86_64): Apple Silicon
Steps To Reproduce
- Init a new AwesomeProject for 0.73.4.
- Build iOS
code example: NA
The Expected Behavior
Compiles successfully.