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

Missing iOS support? #36

Open
JesperLykke opened this issue May 9, 2022 · 2 comments
Open

Missing iOS support? #36

JesperLykke opened this issue May 9, 2022 · 2 comments

Comments

@JesperLykke
Copy link

I am not able to use the Nuget for iOS in Xamarin. One of the first things I am doing in my (working) Vulkan code (on Android) is to use "vkEnumerateInstanceExtensionProperties", which results in a "System.InvalidOperationException: 'Could not load libvulkan.dylib'". As I can read from the documentation on Vulkan iOS / Mac OS, the Vulkan Loader utilizing the libvulkan.dylib files is not supported on iOS and one has to use the libMoltenVK.dylib instead. I guess the error simply comes from the Nuget trying to load the file, which is impossible on the iOS device; Are there anything I can do to omit this, or something I have misunderstood?

Thank you! :)

@JesperLykke
Copy link
Author

Okay.... I fixed this problem simply by renaming the file supported by iOS "libMoltenVk.dylib" to "libvulkan.dylib". This is a workaround to work with this Nuget, if you are doing iOS developement.

@xtuzy
Copy link

xtuzy commented Dec 13, 2022

Can dylib be uploaded to AppStore?

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

2 participants