open /Library/Developer/CommandLineTools/Packages/ Run the package macOS_SDK_headers_for_macOS_10.14.pkg
XCode10 になり、 /user/include にheaderファイルをおいてくれなくなったので、特にRubyのnative extension含む gemがインストール不能 (missing fileとなる)
$ bundle config build.nokogiri --use-system-libraries --with-xml2-include=$(brew --prefix libxml2)/include/libxml2