Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(react-native-xcode): Add back BUNDLE_COMMAND (#46495)
Summary: In this PR #45560 the BUNDLE_COMMAND initialization was removed while it is still being used. Without it, building from Xcode throws unknown options error for Physical iOS devices. I have just brought back the initialization from the PR before that, so the bundle phase is successful. ## Changelog: [IOS][Fixed] - Add back the BUNDLE_COMMAND Pull Request resolved: #46495 Test Plan: I have bundled release builds in Xcode. Everything seems to be fine. Reviewed By: cortinico Differential Revision: D62846877 Pulled By: cipolleschi fbshipit-source-id: 3f07e8c0bc5acf98177582f1fee9a55ae77b31a1
- Loading branch information
afd74ad
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i have add this code manually but no works, still have a issue
Command PhaseScriptExecution failed with a nonzero exit code
When i try to run on physica device no works, but when i run on simulator works fine
When i try to ARCHIVE project to publish to store i have the same error
afd74ad
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Exactly the same for me as well. react-native 0.75.3 XCode 16.0
afd74ad
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will unintall al xcode, commandline, and reinstall all, and works fine @fabioruxo
afd74ad
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kodeandoec Worked!! Thank you so much