brew installパッケージは、存在しないパスからコマンドラインツールをインストールするように要求します


1

コマンドラインツールを台無しにしました。私はすでにそれらをインストールしていましたが、コマンドbrew install puttyはXcodeを削除するかアップグレードするように求めていたので、Apple Developers サイトからベータ2 macOS 10バージョンもインストールしました。(ここで私が台無しになったのは、アップグレード版のXcode.appをインストールする代わりに、Xcodeコマンドラインツール10.14をインストールしたことです)

だから今、コマンドbrew install puttyはエラーを与えます

Error: Your Xcode (9.4.1) is too outdated.
Please update to Xcode 10.0 (or delete it).
Xcode can be updated from
  https://developer.apple.com/download/more/

Error: The Command Line Tools header package must be installed on Mojave.
The installer is located at:
  /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg

実行xcode-select --installすると、コマンドラインツールが既にインストールされています。

Xcode.appを削除すると、次のように表示されます。

xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist
Use `sudo xcode-select --switch path/to/Xcode.app` to specify the Xcode that you wish to use for command line developer tools, or use `xcode-select --install` to install the stan
dalone command line developer tools.
See `man xcode-select` for more details.
Error: The Command Line Tools header package must be installed on Mojave.
The installer is located at:
  /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg
Error: Git must be installed and in your PATH!
xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist
Use `sudo xcode-select --switch path/to/Xcode.app` to specify the Xcode that you wish to use for command line developer tools, or use `xcode-select --install` to install the stan
dalone command line developer tools.
See `man xcode-select` for more details.
Error: The Command Line Tools header package must be installed on Mojave.
The installer is located at:
  /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg

そして、pkg私がインストールするファイルの上記のエラーに記載されているパスは存在しません


解決策を見つけましたか?
rv7284

@ rv7284は実際にはい(および互換性のあるバージョン)Xcodeは、アンインストール手順に従って、コマンドラインユーティリティとともに適切に削除されます。だから今すでにあった1格下げされ、コマンドラインユーティリティの安定版は、すべてが完璧に動作なさ私の道で左
イシャンSrivastavaさん

あなたがステップまたは同様のもので答えを作ることができたら素晴らしいでしょう。同じ問題に直面し、鶏と卵の状況で立ち往生。
v1h5
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.