Error when trying to install app with mysql2 gem

前端 未结 11 1963
鱼传尺愫
鱼传尺愫 2020-12-02 06:52

Im trying to install an open source rails 3.2.21 application that uses the mysql2 gem, but when i try and run the bundle commant I get the followin

11条回答
  •  粉色の甜心
    2020-12-02 07:44

    sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target /
    

    From here: https://gorails.com/setup/osx/10.14-mojave

提交回复
热议问题