Skip to content
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

Support for Apple Silicon Macs and the M1 Processor #14

Open
petin opened this issue Feb 11, 2022 · 2 comments
Open

Support for Apple Silicon Macs and the M1 Processor #14

petin opened this issue Feb 11, 2022 · 2 comments

Comments

@petin
Copy link

petin commented Feb 11, 2022

I am not able to build my project any more on a macbook with M1 Processor.

Caused by: java.lang.UnsatisfiedLinkError: /private/var/folders/fm/sf9z9g415x92gt94m1g12l2r0000gn/T/libsignKey.dylib183792219017920951: dlopen(/private/var/folders/fm/sf9z9g415x92gt94m1g12l2r0000gn/T/libsignKey.dylib183792219017920951, 0x0001): tried: '/private/var/folders/fm/sf9z9g415x92gt94m1g12l2r0000gn/T/libsignKey.dylib183792219017920951' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e')), '/usr/lib/libsignKey.dylib183792219017920951' (no such file) at components.Stark$Companion.loadLib(Stark.kt:32) at components.Stark$Companion.access$loadLib(Stark.kt:10) at components.Stark.<clinit>(Stark.kt:14) at components.AParserKt.obfuscateFile(AParser.kt:40) at StringCare$apply$5$1.invoke(StringCare.kt:121) at StringCare$apply$5$1.invoke(StringCare.kt:6) at components.FingerprintKt.fingerPrint(Fingerprint.kt:85) at StringCare$apply$5.invoke(StringCare.kt:100) at StringCare$apply$5.invoke(StringCare.kt:6) at components.ExecutionListener.beforeExecute(ExecutionListener.kt:36) at jdk.internal.reflect.GeneratedMethodAccessor24.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) . . .

incompatible architecture (have 'x86_64', need 'arm64e')

Any chance to add support? Thank you in advance

@efraespada
Copy link
Member

It seems the library needs an update. 🤔

Sadly I don't have an M1. I'm sure with time I'll fix it, but right now it is impossible.

@efraespada efraespada pinned this issue Feb 13, 2022
@petin
Copy link
Author

petin commented Apr 14, 2023

Any update on this? :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants