-
Notifications
You must be signed in to change notification settings - Fork 159
Cannot use on OS X #117
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
Comments
3.8.0 was the last "stable" release but it is over 3 years old at this point and there have been many changes, improvements, etc since then. I would recommend trying the 8.0.0-beta or 9.0.0-beta package (which correspond to Clang v8.0.0 and v9.0.0, respectively) and seeing if the issue still reproduces. |
Hi, v9.0.0 works great, the only issue is that i can't seem to find a libclang.dylib when i install this package: https://www.nuget.org/packages/libclang I had to use the dylib packaged with this nuget package instead: |
If you publish, the publish directory will include all the .dylib, for example, run from the ClangSharpPInvokeGenerator directory: dotnet publish -r osx-x64 |
The issue is likely the same as described in #118 (comment). Going to close as a duplicate. |
Hi,
After installing ClangSharp from the nuget package managaer using Visual Studio for Mac, the program throws errors.
Any idea how to fix this?
The text was updated successfully, but these errors were encountered: