-
Notifications
You must be signed in to change notification settings - Fork 276
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
Unable to load library 'CoreFoundation': Native library #683
Comments
Catch JNA issues introduced with Big Sur Related #683
Guard put in place here #685 I'm not sure if this bug is limited to PureJavaHIDAPI or if it's a bigger problem with JNA. Note, PureJavaHIDAPI has been updated to use JNA 5, but it must be built from source. |
Closing since it's patched via #685 on This patch will be available in 2.1.2. |
Starting with macOS "Big Sur", JNA may fail to load
libCoreFoundation.dylib
This is a placeholder to guard against this scenario.
The text was updated successfully, but these errors were encountered: