ofuji0602
@ofuji0602 (ふじ お)

Are you sure you want to delete the question?

Leaving a resolved question undeleted may help others!

xcrun: error:unable to exec Xcode native xcrun (Not a directory)を解決したい。

解決したいこと

下記エラーを解決したい。(ざっくりですみません...)

xcrun: error:unable to exec Xcode native xcrun (Not a directory)

rails newコマンドで新規アプリケーションを作成時コンソールに入力後上記エラーが発生しました。

上記エラーの解決方法を教えていただきたいです。

発生している問題・エラー

MacBook-Pro workspace % rails new app
 create  
      create  README.md
      create  Rakefile
      create  .ruby-version
      create  config.ru
      create  .gitignore
      create  Gemfile
         run  git init from "."
xcrun: error: unable to exec Xcode native xcrun (Not a directory).

自分で試したこと

エラーコードの内容がXcode native xcrunを実行できません(ディレクトリがありません)だったのでもう一度Xcodeの再インストールを行いました。

$sudo rm -rf /Library/Developer/CommandLineTools
$xcode-select --install
$sudo xcode-select --switch /Applications/Xcode.app/
上記コマンドで解決!

0

No Answers yet.

Your answer might help someone💌