-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS build failure in react-native@0.72.6 - works in react-native@0.72.3 #20115
Comments
Had the same issue, reverted to 0.72.3 and worked fine. This only affected building .app , building .iap files work fine. |
I also encounter this problem. The same version on react native without nx works fine. |
We are also facing the same issue. Does anyone has tried with RN 0.73.+ ? comment |
If you're experiencing issues with React Native version 0.72.6, a viable solution might be to apply a patch from this GitHub pull request: React Native Pull Request #39177. This patch addresses the specific problem you're encountering. To implement this fix, you can use the patch-package tool to apply the changes from the pull request to your project. I've personally tested this approach with React Native 0.72.6, and it successfully resolved the issue for me. Note: do the reverse: add File.absolute_path() to all header_mappings_dir. |
Yes. I just get errors of this sort even earlier in the build process caused by |
@sheepma how did you get |
@slapbox I am using RN 0.72.6 and the patch-package shared by you is already there in the same version but still the error remains the same. Can you help me? |
I'm not the one who shared the fix originally, but what I ended up doing was manually implementing it and then using What error do you get after implementing the patch? Are you sure you implemented it correctly? The first times I missed updating a couple references and it worked after I fixed those. |
Same problem with react-native 0.74.0 any help? This is the error i've got:
|
Same here
Some news? |
I'm getting the same problem
"react-native": "0.74.1" |
@rodrigodiasf1984 does your issue persist? If you look above that message, is the root cause related to this issue? facebook/react-native#44340 Or is it the It's not clear from your message which file exactly is causing the failure. |
i've found a solution to fix it, sorry but i don't remeber what i did |
Same here, happens only with Nx not RN CLI #28293 |
Current Behavior
iOS builds were working fine in react-native@0.72.3 but started to fail after running
nx migrate latest
Error message :
Expected Behavior
Builds successfully
GitHub Repo
No response
Steps to Reproduce
yarn nx run my-app:run-ios
Nx Report
Failure Logs
No response
Package Manager Version
No response
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: