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?