React Native Notes 5: getaddrinfo ENOTFOUND: Command PhaseScriptExecution failed problem

Kuray Ogun
FreakyCoder Software Blog

--

Updated: March 08, 2020

Another problem which appears after ejecting expo is here :)

Command PhaseScriptExecution failed with a nonzero exit code

Another confusing named error is PhaseScriptExecution failed problem. We need to run two commands on the terminal. Open your terminal and go to the project’s folder and go to separated ios folder.

Now run two commands : (Might takes a few minutes, just wait please)

pod update

then

pod install

After these, re-build the project on Xcode and ta-daa :) It should fix the issue.

If you have any question, ask me :)

--

--