XCodeを4.3.1にアップグレードしました。スクリプトを使用して、アプリをビルド(およびTestflightを介して展開)しています。しかし、私は今このエラーを受け取ります:
エラー:/ Developerに開発者ディレクトリが見つかりません。/usr/bin/xcode-selectを実行して、開発者のディレクトリパスを更新します。
マシンに/ Developerディレクトリがありません。どうすれば修正できますか?
Sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
代わりにこれを行うこともできます...
Sudo ln -s /Applications/Xcode.app/Contents/Developer /Developer
あなたが答えたものはすべて正しいです。しかし、次のエラーに遭遇した人にはステップがありません:
エラー:
"xcode-select: Error: Path "/Applications/Xcode.app/Contents/Developer" is not a directory."
不足しているステップ:
Double click your xcode 432.dmg. Now don't double click the xcode.app to use it. Instead copy it /Applications folder and then open it from there to install xcode.
ターミナルコマンドを使用する
Sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
それでおしまい。エラーは二度と起こらず、Filemergeは動作します。
これは私のために解決しました:
ほとんどの場合、このエラーはxcodeの新しいバージョンをインストールしたときに発生します。そして、コマンドラインツールはまだ初期化されていません。
これを解決するには:Xcode Preferences> Locations(tab)> And bottom options is the Command Line Toolsです。ツールのXcodeバージョンを選択してください。
例(Xcode 8.3.3の場合):Xcode Preferences> Locations(tab)> And bottom options is the Command Line Toolsです。 Xcode 8.3.3(7D1014)を選択します。