17.3k views
5 votes
How to fix Xcode command phasescriptexecution failed with a nonzero exit code

User Salyh
by
6.4k points

1 Answer

4 votes
How to Fix Xcode Command PhaseScriptExecution failed with a nonzero exit code
Open the Xcode project folder in your Terminal app.
Enter and execute the following command: pod deintegrate.
Execute this command: pod install.
Re-open Xcode > go to Product > Clean Build Folder.
Run your app again.
User Liyan
by
7.0k points