Macあまり使い慣れない初心者です。
Rails開発環境を作るためにMacにXcodeをインストールしました。
MacOXは、Catalinaバージョン10.15.7です。
XCodeはAppストアではなく、アップルのデベロッパー
からインストールしました。
バージョン確認しようとするとエラーが返りました。
mybook:sample tanaka$ xcodebuild -version 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 standalone command line developer tools. See `man xcode-select` for more details.
####試したこと
エラーメッセージ通り、
xcode-select --install
するとすでにインストール済みと言われました。
xcode-select: error: command line tools are already installed, use "Software Update" to install updates
brew doctor
すると、
Your system is ready to brew.
パスも確認しました
xcode-select -print-path
/Applications/Xcode.app/Contents/Developer
気になる点として、FinderにXCodeのアイコンがありません。
インストールが失敗したのでしょうか?
どうすればバージョン確認できて正常にXCodeが動作できるようになるでしょうか?
回答1件
あなたの回答
tips
プレビュー