2018-09-17 cordovaでCommand /usr/bin/codesign failed with exit code 1が発生 Cordova Keychain 現象 cordova run iosでiOSアプリを実行しようとすると、 以下のメッセージが表示され、ビルドエラーになる Command /usr/bin/codesign failed with exit code 1 環境 macOS High Sierra: 10.13.6 Cordova: 8.0.0 原因 codesignの入力ダイアログで「拒否」を選択したため これ以降、 パスワードを聞いてきてくれなくなる 有無を言わさずcodesign失敗 の流れになっていた 解決策 Macを再起動する 再起動後、再びビルドするとパスワードを聞いてきてくれる