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 badges1 Answer
Reset to default 0Try disabling the Flipper in react native project. I guess it resides in Podfile.
本文标签:
版权声明:本文标题:React Native iOS Build Failed: 'reactdebugreact_native_assert.h' file not found (RN 0.72.4, Xcode 15.4) - Stack 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741609372a2388168.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论