Every time I try to run my iOS app on Xcode 10, it fails and gives me the error \"Command PhaseScriptExecution failed with a nonzero exit code\"
The full error descripti
For me worked what @Phillip Mills suggested. Build phase references the framework which has been removed.
In my case I removed manually embedded framework which I replaced with CocoaPod dependency. I needed script which there was previouly no longer but I didn't remove it.
So, look to Build Phases for your target and remove Run script