Docker for Mac - mkmf.rb can't find header files for ruby

前端 未结 10 1826
一生所求
一生所求 2020-12-07 08:41

I updated XCode on my Mac and since then when starting Docker using docker-sync-stack start I get this error message:

mkmf.rb can\'t find header         


        
10条回答
  •  日久生厌
    2020-12-07 09:13

    When upgrading XCode you need to install the Command-Line Tools and additionally accept the terms and conditions:

    sudo xcode-select --install
    

    Then:

    sudo xcodebuild -license
    

提交回复
热议问题