Yogesh Chauhan's Blog

Solution for Xcode 11 Command PhaseScriptExecution failed with a nonzero exit code error

in Miscellaneous on November 3, 2020

This worked for me.

Step 1

Go to the XCode project folder in Terminal.

Step 2

Execute the following command


pod deintegrate

Step 3

Execute the following command


pod install

Step 4

Go back to XCode.

Go to Product > Clean Build Folder.

Step 5

Run the app again.


Most Read

#1 Solution to the error “Visual Studio Code can’t be opened because Apple cannot check it for malicious software” #2 How to add Read More Read Less Button using JavaScript? #3 How to check if radio button is checked or not using JavaScript? #4 Solution to “TypeError: ‘x’ is not iterable” in Angular 9 #5 PHP Login System using PDO Part 1: Create User Registration Page #6 How to uninstall Cocoapods from the Mac OS?

Recently Posted

#Apr 8 JSON.stringify() in JavaScript #Apr 7 Middleware in NextJS #Jan 17 4 advanced ways to search Colleague #Jan 16 Colleague UI Basics: The Search Area #Jan 16 Colleague UI Basics: The Context Area #Jan 16 Colleague UI Basics: Accessing the user interface
You might also like these
The Sort and Compare Functions in JavaScriptJavaScriptWP_Query Class in WordPressWordPressLearn how to give a temporary name to a column or to a table using SQL AliasesSQL/MySQLWhat is Conditional Rendering in React?ReactHow to add CurrencyPipe in TypeScript file in Angular 9 Project?AngularHow to apply style to a specific child element using CSS?CSSWhat are Big Data Clusters in SQL Server?SQL/MySQLCSS align-items property examplesCSSHow to create Glowing Texts using CSS?CSSSafe Practice to add Links to cross-origin destinationUI/UXINNER JOIN in PostgresPostgresSolution to pod install fails with json error on Mac OS X 10.15 (or Mac OS Catalina)Miscellaneous