react-native-ios-utilities
react-native-ios-utilities copied to clipboard
ReactCommon/RCTHost.h’ file not found in React Native 0.78.0
I am encountering an issue after upgrading to React Native 0.78.0. The following import statement is causing a build error:
#import <ReactCommon/RCTHost.h>
Error Message:
'ReactCommon/RCTHost.h' file not found
Steps to Reproduce: 1. Upgrade to React Native 0.78.0 2. Run the build process for iOS 3. The build fails with the above error
Expected Behavior:
The project should build successfully without missing file errors.
Environment: • React Native: 0.78.0 • Xcode: 16.2