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.