react-native-ios-utilities icon indicating copy to clipboard operation
react-native-ios-utilities copied to clipboard

ReactCommon/RCTHost.h’ file not found in React Native 0.78.0

Open irmakcosarsahna opened this issue 9 months ago • 15 comments

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

irmakcosarsahna avatar Mar 01 '25 14:03 irmakcosarsahna