LoginSignup
3
1

More than 5 years have passed since last update.

command phasescriptexecution failed with a nonzero exit code エラーとの戦い

Posted at

Xcode 10.2にしたらなぜか以上のエラーに襲われるように
ググった感じの下記対応は全滅でした。。

・PC再起動
・Xcode再インストール
・clean
・DerivedData削除
・keychainを開く->左メニューの ログイン を右クリック -> キーチェーンログインをロック -> キーチェーンログインのロックを解除

最終的な解決方

gawkとreadlineのバージョンが関係していたみたい

brew uninstall readline
brew uninstall gawk
brew install readline
brew install gawk

で解決

3
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1