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

Doesn't work on MacOS 15.1.1 #3

Open
Myzel394 opened this issue Jan 11, 2025 · 2 comments
Open

Doesn't work on MacOS 15.1.1 #3

Myzel394 opened this issue Jan 11, 2025 · 2 comments

Comments

@Myzel394
Copy link

Hey, I tried downloading the aarch64 dmg file but I'm greeted with this text instead:

“Bitrate Visualizer” is damaged and can’t be opened. You should eject the disk image.

@charlie0129
Copy link
Owner

charlie0129 commented Jan 12, 2025

The disk image has no problem but macos is trying to prevent you from running unsigned dmg (to sign a dmg you need to pay apple money every year which i don't).

the problem is called gatekeeper. you can easily google this problem for fixes

typically right-click open is enough, sometimes you need to sign it. after it opens the first time it will always work. if you want get rid of this problem entirely you can disable gatekeeper

@kahakaha
Copy link

Hey @Myzel394 , you can try

sudo xattr -r -d com.apple.quarantine /Applications/Bitrate\ Visualizer.app/

works on macOS 15.2 (24C101)

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

3 participants