sqlite3 gem fails to install

前端 未结 4 1401
臣服心动
臣服心动 2020-12-03 03:21

I\'m trying to install the \"sqlite3-ruby\" gem (or the \"sqlite3\" gem) on OS X 10.6. I\'m using ruby-1.9.2 and I currently get the following:

 $ sqlite3 --         


        
4条回答
  •  一整个雨季
    2020-12-03 04:16

    For osx, make sure you have Xcode installed and you have accepted the terms. For me, I had not agreed to the terms (for whatever reason, perhaps Xcode was recently installed or updated on my computer).

    1. Open Xcode
    2. If a pop up appears then agree to the terms (if you do not get a pop up then you probably have already accepted the terms).

提交回复
热议问题