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

macos_aarch64 version does not run #27

Open
autotunafish opened this issue Mar 29, 2024 · 2 comments
Open

macos_aarch64 version does not run #27

autotunafish opened this issue Mar 29, 2024 · 2 comments

Comments

@autotunafish
Copy link

autotunafish commented Mar 29, 2024

Attempting to open the dmg application returns an error message "You can't open this application "Zebra" because this application is not supported on this mac."

version: Zebra_0.0.0-alpha.1_macos_aarch64.dmg
Computer: MacBook Pro 1.7 GHz Intel Quad Core i7, 16GB, Sonoma 14.0

Other users have mentioned the same issue; one person stating that they were using an M2 processor.
https://forum.zcashcommunity.com/t/introducing-the-zebra-launcher/47208/10

@arya2
Copy link
Contributor

arya2 commented Apr 1, 2024

We need to target x86 processors when building the app and add the installer to make it available on intel-based Macs.
We should add 32-bit installers as well.

The issues with m-series processors seems to be that the OS doesn't trust the binary, signing the binary may help with that.

@arya2
Copy link
Contributor

arya2 commented May 18, 2024

There's now an installer for Intel-based macOS systems.

It's still unsigned, I'll add code signing next and tag a release as soon as it's done.

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