ting
ting copied to clipboard
Build Error: 'ReactCommon/RCTTurboModule.h' file not found when Building with Xcode 16 and iOS Simulator 18
Description
I'm experiencing a build issue when compiling React Native app for iOS. The error message indicates that 'ReactCommon/RCTTurboModule.h' file is not found. This might be related to a React Native codegen issue.
Error
'ReactCommon/RCTTurboModule.h' file not found
Environment
- [x] Xcode Version: 16
- [x] iOS Simulator Target: 18
- [x] New Architecture: Enabled
- [x]
use_frameworks! :linkage => linkage.to_sym - [x] React Native version 0.75.3
Steps to Reproduce
- Enable the new architecture in the React Native project.
- Install
@baronha/tingversion1.2.2. - Set
use_frameworks! :linkage => linkage.to_symin the Podfile. - Build the app using Xcode 16 targeting iOS Simulator 18.