-
Notifications
You must be signed in to change notification settings - Fork 24.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
Error archiving after upgrade to 0.71.6 #37479
Comments
|
@jersonpl Try upgrading Cocoapods to version 1.12.1 and then rebuilding the app . That should fix the issue for you. |
Thanks for answering, I have updated the version of cocoapods to 1.12.1, cleaned the project and it still gives an error
|
not sure if related but my issue rooted from...
(from Xcode logs) I ended up looking in While I was looking at the folder contents in Checking that I had Therefore was able to build and archive my ios app successfully (generated the ipa file successfully) |
I have just ran into this issues, for me this was caused by having hermes and ram-bundled enabled at the same time. |
If you use nvm check which node version shows this command in terminal /usr/local/bin/node -v I just linked nvm again, and it works perfect. sudo rm -f /usr/local/bin/node |
Thanks, works for me |
Description
After upgrading to Xcode 14.3 and react-native 0.71.6 the follow error is show me when archiving app
React Native Version
0.71.6
Output of
npx react-native info
Steps to reproduce
Archiving or install release version
Snack, code example, screenshot, or link to a repository
Can't provide one at this stage
The text was updated successfully, but these errors were encountered: