RMagick error after installing OS X Mavericks

前端 未结 1 450
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-06 05:21

I had RMagick installed and working perfectly in OS X Mountain Lion. I just installed OS X Mavericks and when I try to run rails s, I get this error:

         


        
相关标签:
1条回答
  • 2021-01-06 06:06

    Install X Code 5, then do this:

    brew install libtool --universal
    brew link libtool
    
    0 讨论(0)
提交回复
热议问题