0
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 3 years have passed since last update.

Gem::Ext::BuildError: ERROR: Failed to build gem native extensionはXcodeが関わっていた

Posted at

結論から述べると、Xcodeのライセンス認証ができていないのが原因でHomebrewが使えてなかったためです。

僕の場合は、bundle installした際にエラーが出ました。

タイトルのエラーだけでなく、

Could not find gem 'puma (= 4.3.6)' in any of the gem sources listed in your Gemfile.

この他にも、ターミナル上でエラー文が表示されていました。

「Xcodeがなぜ、railsでエラー!?」と思いましたが、調べていると、Xcodeは何かしらでエラーに絡んでくる場合があるそうですね、、、汗

Xcodeを入れてから、久々にRailsを触るとエラーが出ていたので、エラー解決にかなり時間がかかりましたが、忘れないうちに記事にしておきます。

早速ですが、このコマンドでXcodeのライセンスに同意する形になります。

sudo xcodebuild -license

そして、上記のコマンド実行後にenterを押し、同意の場面で「agree」と入力することで認証されます。

色々と模索してやっと、解決にたどり着けて良かったです。

是非、参考にしてみてください!

0
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
0
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?