Skip to content

Instantly share code, notes, and snippets.

@kachick
Created April 12, 2017 12:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kachick/b833cda2155a8b29ad6209cf0418d716 to your computer and use it in GitHub Desktop.
Save kachick/b833cda2155a8b29ad6209cf0418d716 to your computer and use it in GitHub Desktop.
gem install capybara-webkit が Mac でコケたら

ぐぐると xcode とか qt とか色々出て来て、手当たり次第やってたら直った。 なのでどれかが不要かもだけど、取り敢えず関係しそうな事的には

  • brew install qt@5.5 # 5.6以降で fail なのが罠なので、多分これが原因っぽい
  • qmake --version で 5.5 使われているか確認。
  • xcode 立ち上げて component install # 関係ないかも
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment