-
Notifications
You must be signed in to change notification settings - Fork 10
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
Build fails to get dependencies on macOS 10.14.6 #28
Comments
Linking with draft PR #25 (which is the |
I have made some commits to the moltenvk-1.1.0 branch and the example compiles fine for me, but I'm on 10.15.7. Give it a go again and see if it will work for you now as well. |
Still failing for me
|
The problem is your macOS version MoltenVK depends on api's that Metal provides only in 10.15+. Maybe it is possible to just upgrade the Metal libs although I doubt that is possible without upgrading your OS |
One thing you can also try is to see if you can force TARGET_OS_SIMULATOR and see if that allows you to build on macOS 10.14 |
Ah right Catalina is required right, would be nice to detect Mac OS version in @termhn any potential issues for you to upgrade to Catalina (or Big Sur soon)? |
I think I could... my macbook's getting a little old but I don't think they're unsupporting it or anything at least through Big Sur's release cycle. But yeah would be nice to error or at least document that 10.15 is required. |
Filed #30 |
Details: EmbarkStudios/rust-gpu#123
Device:
Additional context
This is pulling the
moltenvk-1.1.0
branchThe text was updated successfully, but these errors were encountered: