6

command を使用して xcode コマンド ライン ツールをインストールしましたxcode-select --install。コンピューターを再起動して端末に書き込むたびにswift --version、次の警告が表示されます。

xcode-selectxcode-select --switch ~ / Applications / Xcode.app コマンドを使用してパッケージを変更してみました。役に立ちませんでした。Xcode Command Line Tools を再インストールしてみました。それも役に立ちませんでした。いつも同じ警告。

警告を受けないようにする方法を教えてください。

コンピューター: Apple MacBook Pro 13" M1 (2020)

OS: ビッグサー 11.1

スクリーンショット

4

1 に答える 1

4

最初に文書化された簡単な手順を試してください

解決策は次のように簡単かもしれませんsudo xcode-select -r

このコマンドは、M1 マシンでの問題を解決し、見知らぬ人からランダムで文書化されていないアイデアを実験するリスクを回避しました。最初に試してみる価値がありそうです。

ドキュメンテーション

% xcode-select -h
Usage: xcode-select [options]

Print or change the path to the active developer directory. This directory
controls which tools are used for the Xcode command line tools (for example, 
xcodebuild) as well as the BSD development commands (such as cc and make).

Options:
  -h, --help                  print this help message and exit
[...]
  -r, --reset                 reset to the default command line tools path
于 2021-06-23T14:24:52.963 に答える