-
Notifications
You must be signed in to change notification settings - Fork 429
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
./fetchDependencies fail build #1235
Comments
Check your Xcode environment. Do you have Xcode installed? Or just the Command Line tools? MoltenVK requires Xcode for building. |
And make sure |
I have Xcode
This is the first stuff which fails with such strange errors |
That looks correct. Which is strange, because there is likely something wonky with your Xcode configuration if you are seeing all those references to CLT in your build errors.
|
Any ideas how to solve it? |
Although you have tested this already, just in case, you could try running:
to try to reset the Xcode SDK path you need. You can also access pre-built MoltenVK binaries:
|
Thanks, but this doesn't help. I really don't want to install precompiled binaries and want to compile it myself, just for a contribution purpose. |
Did you try passing Alternatively, did you try upgrading to a later Xcode 12? Xcode 12.2 at least should have the 11.0 SDK. |
I've tried to export export |
I wonder if we should add support for What do your environment variables look like? I'm wondering if there's some variable set which is interfering with this. |
|
Well there's your problem. Try removing those directories from these variables and running it. |
This was a problem, thank you @cdavis5e! |
I have next output
This sounds like some system libraries/sdk problems?
The text was updated successfully, but these errors were encountered: