Failure on MacBook M1
See original GitHub issueHi,
I tried to build our software using the H3 library on a new MacBook M1. Unfortunately I do get the following error:
java.lang.UnsatisfiedLinkError: No native resource found at /darwin-arm64/libh3-java.dylib at com.uber.h3core.H3CoreLoader.copyResource(H3CoreLoader.java:68) at com.uber.h3core.H3CoreLoader.loadNatives(H3CoreLoader.java:120) at com.uber.h3core.H3CoreLoader.loadNatives(H3CoreLoader.java:89) at com.uber.h3core.H3Core.newInstance(H3Core.java:79)
I already found out that this is because there simply is no native library for the combination of operating system (darwin) and architecture (arm64). So my questions are: Is a fix already planned? Is there a workaround?
Issue Analytics
- State:
- Created 3 years ago
- Comments:25 (1 by maintainers)
Top Results From Across the Web
Apple M1 problems and how to fix them - MacPaw
SSD wear · Intel apps not compatible with M1 apps · Apple M1 memory leaks · No Boot Camp partition · Bluetooth and...
Read more >If an error occurred while updating or installing macOS
The message might say that an error occurred while downloading, preparing, or installing, or that the installer is damaged or could not be ......
Read more >Apples M1 MacBook screen: Consumers wondering what is ...
Some consumers say one of Apple's MacBooks is defective and the company is failing to pay for repairs or offer replacements.
Read more >Macbook Air M1 logic board failure - MacRumors Forums
My Macbook Air M1 (2020) suddenly shutdown with in 2 seconds of log in, unable to power on Again and last 20 months...
Read more >Top M1 Mac Issues and Solutions - Stellar Data Recovery
M1 Mac Issues & Solutions · 1. M1 Mac? · 2. M1 Mac is incompatible with Intel-based x86 apps. · 3. M1 Mac...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
v3.7.2 should now be released to Maven Central which should include the darwin-arm64 binary!
@g-derzhavets
I believe this is the same issue as #85 and #88. While I can take a look at pinning dockcross to a far back enough version, Ubuntu 16.04 is out of standard support so I would suggest upgrading to the latest LTS if possible.