-
Notifications
You must be signed in to change notification settings - Fork 55
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
Having trouble linking the MoltenVK framework on macOS #51
Comments
It seems MoltenVK switched to use the new I was able to work around the problem by using the dylib version of MoltenVK, unfortunately that required me to fork I've created an issue on the MoltenVK project: KhronosGroup/MoltenVK#1328 But perhaps it would make sense to add a way to select framework or dylib in |
@ptxmac I'm okay to always follow the bleeding edge. If that's a simple change (and doesn't require full re-gen), then PR is very welcome :) I don't see the point to use framework version at all.. |
The framework version might be useful for creating iOS / tvOS / etc apps - but it shouldn't be a blocker. Unfortunately, the MoltenVK project only provides make targets for installing the xcframework. So the installation becomes a bit more manual. I'll put up some PRs with the changes |
For vulkan: #52 And the same change for glfw: vulkan-go/glfw#6 |
The Makefile didn't work, however using |
When I run
go get "github.com/vulkan-go/vulkan"
, the framework cannot be found:I tried copying
MoltenVK.xcframework
to the/Library/Frameworks
folder, symlinking, also withvulkan.framework
and I can't make it work.I also tried to run it with sudo, no luck.
Has anyone run into the same problem?
The text was updated successfully, but these errors were encountered: