-
Notifications
You must be signed in to change notification settings - Fork 159
libClangSharp 13.0 osx-x64 has dependency on (missing?) libclang-cpp.dylib #321
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
By the way, the 12.0 version of libClangSharp only references
Also, for reference I am using the following simple package to try to install the dependencies automatically (based on this comment and related discussions) -- this works fine with 12.0:
(after building that project, I set |
Ok, I see |
Uh oh!
There was an error while loading. Please reload this page.
Hi, thank you for this excellent package. I'm wondering about the following issue with 13.0 on macOS 10.14 (intel).
The libClangSharp runtime package for osx-x64 contains
libClangSharp.dylib
. This shared library depends onlibclang.dylib
andlibclang-cpp.dylib
:However the libclang runtime package does not contain
libclang-cpp.dylib
. Is this available separately? I've looked around a bit and may have missed a separate package, if it exists.Apologies in advance if this is user error.
The text was updated successfully, but these errors were encountered: