Carthageをインストールする時に、エラーが起きた。
$ carthage update --ios plathome
でダウンロードが始まるが、自分の場合は、
A shell task (/usr/bin/xcrun xcodebuild -project /Users/ユーザー名/Desktop/CartfileBox/Carthage/Checkouts/restkit/RestKit.xcodeproj 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
というエラーが起きた。
これに対しては、導入先のXcodeでPriferences→locations→Command Line Toolsを選択しバージョンを指定するということを行った結果解決した。