Skip to content
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

There is no XCFramework found at '/<MY Dir>/Documents/GitHub/MoltenVK/MoltenVK/MoltenVK.xcframework'. #1148

Open
garryj opened this issue Nov 15, 2020 · 4 comments

Comments

@garryj
Copy link

garryj commented Nov 15, 2020

Seeing the above comment, have built as instructed and set the correct header search path.
Running XCODE 12.2
MoltenVK.xcframework is in link binary to libraries
MAC OS 10.15.7
Screenshot 2020-11-15 at 12 03 44

@garryj
Copy link
Author

garryj commented Nov 15, 2020

Uploading Screenshot 2020-11-15 at 12.13.31.png…

@pizuz
Copy link

pizuz commented Nov 15, 2020

Did you run ./fetchdependencies with the correct arguments? For macOS only you need to run it with --macos in order to create the necessary XCFramework.

@billhollings
Copy link
Contributor

have built as instructed

Can you be more specific about the steps you took, the commands and args you used, and the feedback the process gave you?

@siggimoo
Copy link

siggimoo commented Jan 16, 2021

I don't know if it's related, but I've noticed the MoltenVK.xcframework produced by the build doesn't seem to conform to the format I see described in various blogs. Apparently, within each platform folder should be a normal framework complete with headers and whatnot (e.g. macos-arm64_x86_64/MoltenVK.framework/...), but instead what I get is just a single archive file (macos-arm4_x86_64/libMoltenVK.a). Thus, when linking applications it complains the framework cannot be found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants