ting icon indicating copy to clipboard operation
ting copied to clipboard

Build Error: 'ReactCommon/RCTTurboModule.h' file not found when Building with Xcode 16 and iOS Simulator 18

Open 4cc3ssX opened this issue 1 year ago • 0 comments

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/ting version 1.2.2.
  • Set use_frameworks! :linkage => linkage.to_sym in the Podfile.
  • Build the app using Xcode 16 targeting iOS Simulator 18.
Screenshot 2567-09-21 at 9 39 16 PM

4cc3ssX avatar Sep 21 '24 14:09 4cc3ssX