LoginSignup
3
2

More than 5 years have passed since last update.

Run `bundle install` to install missing gems. エラーの対処

Last updated at Posted at 2015-11-24

環境:Mac OS 10.11.1(El Capitan)
現象:何回'bundle install'してもエラーが出まくる!!
エラー:
Could not find bcrypt-3.1.10 in any of the sources
Run bundle install to install missing gems.

対処:
よく見たら
Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo.
というのが書いてあった。
先日Xcodeをアップデートしたまま、一回も開けていなかったので
規約にAgreeしてXcodeを閉じ、
再び'bundle install'すると無事に bcrypt (3.1.10)も入りました。

なんでXcode関係あるんだろう。。。

めでたし。

3
2
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
3
2