Failing to install Nokogiri gem

后端 未结 12 1165
感情败类
感情败类 2020-12-30 03:30

I\'m working on a rails app that allows for image attachments to each use account. I\'m using paperclip and amazon web services:

gem \'paperclip\'
gem \'aws-         


        
12条回答
  •  北海茫月
    2020-12-30 04:15

    To take from dylanjhunt's awesome answer on Github, just in case anyone hasn't tried it,

    Just to add to this, I was having a very similar issue that was resolved by updating dev tools.

    xcode-select --install

    Hoping someone sees this that had not tried doing this yet and it helps.

提交回复
热议问题