-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to macOS Mojave 10.14 caused an installation error #21
Comments
I tried this on another machine running |
Checked on the machine that was originally having problems and even on Rust |
Try reinstalling xcode? Osx is terrible at removing old stuff. |
What fixed it for me in the end was manually installing the
Not sure if how often it happens to other users of this library but wanted to report back if anyone else comes across this issue. |
faced the same problem. Could you help me please?
|
Solved:
|
I am still receiving this error. If I try the suggestion above:
Edit: Fixed! I ran |
I got the same error. |
Same here. Edit: I got it working!
|
Im running 10.14.6 Mojave, but the above commands did not solve the problem. |
FWIW, I hit this from a different project, but in case it helps anyone else:
(or track down there "MacOSX10.14.sdk" folder is being placed in the OS) Xcode no longer ships with "macOS_SDK_headers_for_macOS_10.14.pkg", so you need to point to it explicitly. |
Actually, I just got confirmation that other folks are also hitting this when trying to build Firefox on Catalina. The fix I suggested above no longer seems to work. |
So xcode trashes the "MacOSX10.14.sdk" directory on update, so it's best to put the directory somewhere else. So, solution is to clone: (SDK 10.14 is not in the releases... though check) ... then:
|
I was able to fix this issue by upgrading my dependencies so that |
Confirmed @CleanCut's fix on Catalina (macOS 10.15). I am currently using |
Confirmed @CleanCut fixes this issue on Mojave (macOS 10.14) with the latest XCode (some clang updates broke the linking in |
Closing the issue due to the user reports that 0.2.3 fixes it. |
Platform
macOS Mojave 10.14
Rust 1.29
Problem
This is an error when trying to build a GGEZ project, but is during the installation of this package, when running
cargo build
. The project built fine before the Mojave upgrade, afterward it starting throwing the error:Hope this helps. I can try to provide any more info I can if this is not enough.
The text was updated successfully, but these errors were encountered: