admin管理员组

文章数量:1296470

I'm trying to build my React Native project for iOS, but the build fails with the following error: 'react/debug/react_native_assert.h' file not found

Environment:

  • React Native version: 0.72.4
  • Xcode version: 15.4
  • iOS Simulator: iPhone 15 (iOS 17.5)

Screenshot of the Error

Steps I Tried:

  • Ran pod install --repo-update
  • Cleaned the build folder and re-ran Xcode
  • Checked my react-native dependencies

Has anyone faced this issue before? Any suggestions on how to resolve it?

I'm trying to build my React Native project for iOS, but the build fails with the following error: 'react/debug/react_native_assert.h' file not found

Environment:

  • React Native version: 0.72.4
  • Xcode version: 15.4
  • iOS Simulator: iPhone 15 (iOS 17.5)

Screenshot of the Error

Steps I Tried:

  • Ran pod install --repo-update
  • Cleaned the build folder and re-ran Xcode
  • Checked my react-native dependencies

Has anyone faced this issue before? Any suggestions on how to resolve it?

Share Improve this question asked Feb 12 at 9:58 vismaya vcvismaya vc 231 silver badge5 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

Try disabling the Flipper in react native project. I guess it resides in Podfile.

本文标签: