なんとかするから、なんとかなる

エンジニア関係のことを書きます

iOS でCarthage updateでエラーが発生したときの対処法

Carthage updateをしたときに次のようなエラーが発生した際の対処法

A shell task ("YOUR_PRODUCT_PATH" CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES -list) failed with exit code 72:
xcrun: error: unable to find utility "xcodebuild", not a developer tool or in PATH

対処法

CommandLineToolsで使うXcodeが指定されていないので、設定する。 f:id:hopita:20180805122519p:plain