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

asked
User Salyh
by
7.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.
answered
User Liyan
by
7.8k points

Related questions

asked Feb 25, 2024 101k views
Anders Rask asked Feb 25, 2024
by Anders Rask
8.0k points
1 answer
1 vote
101k views