コマンドラインツールを台無しにしました。私はすでにそれらをインストールしていましたが、コマンド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