-
Notifications
You must be signed in to change notification settings - Fork 24.7k
add asdf-vm support in react-native-xcode.sh #30111
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
Conversation
Hi @pastleo! Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. If you have received this in error or have any questions, please contact us at [email protected]. Thanks! |
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
I guess this and #31317 can go together. I see some tiny differences, |
also, why is this script for xcode not using the |
@charlesbdudley has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
HI @pastleo, can we move this change to |
because this PR was created (2020/10) before
sure, please do, and maybe I should close this PR? |
@pastleo, sorry, I meant do you mind making the change? :) |
OK, but I wasn't developing RN for quite a while now, I will make the change when I have time (and setup a project to test as well) |
@charlesbdudley I just moved the change to |
@charlesbdudley has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
This pull request was successfully merged by @pastleo in 3e7c310. When will my fix make it into a release? | Upcoming Releases |
2 similar comments
This pull request was successfully merged by @pastleo in 3e7c310. When will my fix make it into a release? | Upcoming Releases |
This pull request was successfully merged by @pastleo in 3e7c310. When will my fix make it into a release? | Upcoming Releases |
About asdf-vm: https://asdf-vm.com/
Summary
This PR add asdf-vm support to
find-node.sh
forscripts/react-native-xcode.sh
inBundle React Native code and images
build phrase and potentially other scripts usingfind-node.sh
to get executable nodejsChangelog
[iOS] [Added] - add asdf-vm support in find-node.sh
Test Plan
Xcode is able to complete
Bundle React Native code and images
build phrase without errors when node is installed by asdf-vm