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

xattr does not sufficiently enable the use of the MacOS application #277

Open
sdeiley opened this issue Jan 9, 2025 · 1 comment
Open

Comments

@sdeiley
Copy link

sdeiley commented Jan 9, 2025

Specs:

  • Apple M3 Pro
  • macOS Sequoia Version 15.2

Repro:

  • Download
  • Unzip
  • Move Onyx.app to /Applications/
  • Open Terminal
  • Run `xattr -r -d com.apple.quarantine /Applications/Onyx.app
  • Attempt to open Onyx.app
    → "Finder does not have permission to open (null)"

I followed a recommendation at macrumors forum that worked.

codesign --remove-signature /Applications/Onyx.app
codesign --force --deep --sign - /Applications/Onyx.app
@jhays
Copy link

jhays commented Jan 19, 2025

You're a legend! I just discovered Onyx, was very excited to convert some files, only to run into this exact issue. Your resolution worked perfectly. Thanks for reporting it.

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