macOS 11 Compatibility #1289
Labels
compatibility
Extending OSHI compatibility to OSs or versions
external dependency
Bug/error in another project OSHI depends on
The library loading framework for macOS on JNA 5.5.0 and earlier is not compatible with the new macOS Big Sur. From the macOS 11 beta release notes:
The result of this will be an
UnsatisfiedLinkError
attempting to load a macOS library.Library loading compatibility with macOS 11 was fixed in JNA 5.6.0.
OSHI versions 3.13.6, 4.9.1, and 5.2.1 all now require this minimum version of JNA.
While it is not necessary to update OSHI to get the latest JNA version, developers are strongly recommended to update to the latest version of the 3.X, 4.X, or 5.X branches. The latest OSHI versions incorporate multiple performance improvements, new features, and bug fixes.
The text was updated successfully, but these errors were encountered: