Skip to content
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

Command PhaseScriptExecution failed with a nonzero exit code #541

Open
chenop opened this issue Dec 29, 2020 · 5 comments
Open

Command PhaseScriptExecution failed with a nonzero exit code #541

chenop opened this issue Dec 29, 2020 · 5 comments

Comments

@chenop
Copy link

chenop commented Dec 29, 2020

IOS = 11.0.1
Xcode=12.2
react-native-config=^1.3.3

In IOS Only - Got this error when I got empty line in my .env.[some_env] files

FIRST_PARAM=SOMETHING

SECOND_PARAM_AFTER_EMPTY_LINE=SOMETHING

Solution is deleting the empty line

@renielsalvador
Copy link

that's strange, it used to work with empty lines

@DilipLohar123
Copy link

i got this error
then I used unformatted .evn file

@Sahil6458
Copy link

I simply give permission to node_modules of read/write/execute . sudo chmod -R 777 node_modules/*

@russelRajitha
Copy link

you saved the day

I simply give permission to node_modules of read/write/execute . sudo chmod -R 777 node_modules/*

@AbhiVini
Copy link

I simply give permission to node_modules of read/write/execute . sudo chmod -R 777 node_modules/*

I struggled for 2 days, thank you for this answer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants