[iOS] Fixes FORCE_BUNDLING error when bundle js#45871
Conversation
BackgroundThis was attempted a little earlier, but without success. We have to revert. The root cause is we have multiple version of commander which is causing this problem. So it'll work from some contexts and (as in this case) it'll fail: If we drop the version of commander (consistently to 9.4.1), then your change will make sense without breaking parts of CI. Those other tools might need similar tweaks. Thoughts:Can you rebase once |
…cebook#45800)"" This reverts commit c6a3f5b.
|
@blakef CI is green. :) |
|
Seems |
|
@blakef I updated the solution. Please review it again. |
|
@blakef has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
|
This pull request was successfully merged by @zhongwuzw in 089e828 When will my fix make it into a release? | How to file a pick request? |
Summary:
After enable FORCE_BUNDLING to true, build error. cc @blakef

Changelog:
[IOS] [FIXED] - Fixes FORCE_BUNDLING error when bundle js
Test Plan:
enable FORCE_BUNDLING to true, build success.