Bug 1487552 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Just ran into this on the Mojave beta. Per the Xcode 10 beta release notes[1], xcode-select --install no longer writes headers to /usr/include, causing rust-bindgen to fail, so you need to manually run the installer at /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg to get them. We should account for this and either run it automatically or explain this to devs.

[1]: https://download.developer.apple.com/Developer_Tools/Xcode_10_Beta/Xcode_10_Beta_Release_Notes.pdf

Back to Bug 1487552 Comment 0