machine-drivers / docker-machine-driver-xhyve

docker-machine/minikube/minishift driver plugin for xhyve/hyperkit (native macOS hypervisor.framework)
https://godoc.org/github.com/machine-drivers/docker-machine-driver-xhyve
BSD 3-Clause "New" or "Revised" License
888 stars 74 forks source link

fatal error: 'stdlib.h' file not found #160

Closed justechn closed 7 years ago

justechn commented 7 years ago

I am trying to compile this project but I get this error fatal error: 'stdlib.h' file not found Can someone help me figure this out?

I am following the instructions in the readme and when I get to the step make install that is when I get the error.

I should note that I skipped the part about qcow because I don't need that.

Also I am on macOS Sierra Version 10.12.3 and go 1.8

Thanks

justechn commented 7 years ago

I figured it out. I had to run xcode-select --install

Artem85 commented 5 years ago

In my case IOS simulator wasn't installed.

Go to Xcode -> Preferences -> Components Download the latest IOS Simulator.