When I run go get "github.com/vulkan-go/vulkan", the framework cannot be found:
~/W/A/go-vulkan-engine ❯❯❯ go get "github.com/vulkan-go/vulkan" ✘ 2
# github.com/vulkan-go/vulkan
ld: framework not found MoltenVK
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I tried copying MoltenVK.xcframework to the /Library/Frameworks folder, symlinking, also with vulkan.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?