-
Notifications
You must be signed in to change notification settings - Fork 34
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
2021/04/others-ios-how-to-solve-Command-PhaseScriptExecution-failed-with-a-nonzero-exit-code #12
Comments
Facing the same issue on Xcode 12.4 React Native 0.64.2 Macos Catalina 10.15.7 Solution work for me: facebook/react-native#31181 (comment) Remove NVM nvm-sh/nvm#298 (comment) |
Thanks for your comments.
…On Sat, 12 Jun 2021 at 16:34, Muhammad Umair Moosani < ***@***.***> wrote:
Facing the same issue on Xcode 12.4 React Native 0.64.2 Macos Catalina
10.15.7
Solution work for me:
facebook/react-native#31181 (comment)
<facebook/react-native#31181 (comment)>
Remove NVM nvm-sh/nvm#298 (comment)
<nvm-sh/nvm#298 (comment)>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADHDFHOZPTJHRGN5IBY4NRLTSMLZDANCNFSM46SG6X5A>
.
|
Can we not fix this script phase instead of deleting Having set up numerous projects for my company, I have to work on various projects on daily basis. This requires me to switch between nodejs versions quite frequently. |
I was also facing the same issue , I fixed it by simply removing nvm and my app start working fine on IOS. |
thanks for your feedback.
FaisalKhawaj ***@***.***>于2022年3月1日 周二14:19写道:
… I was also facing the same issue , I fixed it by simply removing nvm and
my app start working fine on IOS.
brew uninstall --force nvm
—
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADHDFHIMW4YM6NNVMZMXPKDU5WZHXANCNFSM46SG6X5A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you commented.Message ID:
***@***.***>
|
others-how to solve 'Command PhaseScriptExecution failed with a nonzero exit code' when trying to add firebase crashlytics to your ios app ?
https://www.bswen.com/2021/04/others-ios-how-to-solve-Command-PhaseScriptExecution-failed-with-a-nonzero-exit-code.html
The text was updated successfully, but these errors were encountered: