Closed gcapizzi closed 4 years ago
Looks like MacOS SDK is missing. Can you try doing xcode-select --install
and then retry installation?
It looks like I already have the Command Line Tools installed:
β― xcode-select --install
xcode-select: error: command line tools are already installed, use "Software Update" to install updates
OK this was actually a Vagrant bug (https://github.com/hashicorp/vagrant/issues/11593), fixed in 2.2.9. I thought it was a plugin problem as all my other plugins installed successfully, but turns out this was my only plugin with a native extension! Closing π
Hi! π Installation is failing for me on latest Vagrant (2.2.8):
Here are the contents of
mkmf.log
:It looks like nokogiri is failing to compile but I can't see how
stdio.h
might be missing, maybe something wrong with the Ruby version shipped in latest Vagrant?I'd love to help with this but I need someone to point me in the right direction π
Thanks!