Closed bhandanyan-nomad closed 2 weeks ago
I updated the example app to check. I indeed has a build issue with React Codegen, but did a project cleanup to remove old build artifacts from 0.75.4, rebuild, everything went well. So, cache issues.
I made sure to clean the build folder several times and the issue persisted for me. I will continue troubleshooting. Did you do anything besides clean the build folder in XCode?
No, just a regular update using the upgrade helper, then a pod update
. Let me know if you have a solid reproduction (ideally, a repo)
@zoontek could you please check if the build still works if you:
gem 'xcodeproj', '< 1.26.0'
1.16.2
I am still getting the build failure even after completely wiping all my caches 🤔
gem 'xcodeproj', '< 1.26.0'
is a bundle dependency on react-native 0.76+
The issue with 1.26.0 is fixed in 1.27.0, react-native just hasn't pushed a new version since. https://github.com/CocoaPods/Xcodeproj/issues/989#issuecomment-2450542206
@bhandanyan-nomad Still building perfectly. Please open a repository with a minimal reproduction.
Before submitting a new issue
Bug summary
New iOS build error when trying to upgrade to react-native v0.76.1 from v0.75.4
Library version
6.2.6
Environment info
Steps to reproduce
Reproducible sample code