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 arm64 release assets damaged and can't be executed #1214

Open
schluete opened this issue Nov 20, 2023 · 4 comments
Open

macOS arm64 release assets damaged and can't be executed #1214

schluete opened this issue Nov 20, 2023 · 4 comments

Comments

@schluete
Copy link

I can't get the latest precompiled arm64 macOS release assets (neither v2023.11.14-nightly nor v2023.11.13) to work.

Downloading the zap-mac-arm64.zip, unpacked it and tried to execute zap.app, which throws the following error on Sonoma 14.1:

“zap.app” is damaged and can’t be opened. You should move it to the Bin.

spctl also isn't happy with the executable:

> spctl --assess -vv  zap.app
zap.app: code has no resources but signature indicates they must be present

The x86 version works fine through Rosetta.

@lff5
Copy link

lff5 commented Dec 8, 2023

The latest release v2023.12.07 is still corrupt.

Tested on Apple M2 Pro on Ventura 13.3.

@paresy
Copy link

paresy commented Jan 3, 2024

I can verify the issue as well:

me@macbook zap-mac-arm64 % file ./zap-cli
./zap-cli: Mach-O 64-bit executable x86_64

@TracyMonkey
Copy link

Hey, I have the same issue and find a way.
Open terminal and use xattr -c <path/to/application.app> . this works for me. I just follow this link: https://arc.net/l/quote/vurbazif

@mrazekfilip
Copy link

I have the same problem, but the solution proposed by @TracyMonkey works!

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

5 participants