gem and/or Ruby on Rails broke all of a sudden, anyone know what happened?

后端 未结 4 1686
盖世英雄少女心
盖世英雄少女心 2021-02-10 23:44

I had a Ruby on Rails app that used to work. I hadn\'t used it in a month or so, but then tried starting it up today with rails s and got the following error—in fa

4条回答
  •  逝去的感伤
    2021-02-11 00:18

    I had the same problem with XCode 4.3. Try this:

    Open XCode > Preferences > Downloads > Install Command Line Tools

    Finally run in the terminal:

    rvm install 1.9.3 --with-gcc=clang
    

提交回复
热议问题