2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

bundle instal で起きたエラー (Check the mkmf.log file for more details. You have to install development tools first.)

Posted at

概要

macOSをアップデートしたばかりだと、bundle install した際に下記のエラーが出ることがある。

スクリーンショット 2021-12-10 22.00.47.png

エラーにある通り

/Users/ryotaro/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/extensions/x86_64-darwin-19/2.7.0/racc-1.6.0/mkmf.log

の中身を見てみると

スクリーンショット 2021-12-10 22.05.41.png

これより、xcodeをインストールすれば良いとわかる

下記実行

xcode-select --install
2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?