-
Notifications
You must be signed in to change notification settings - Fork 449
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
After installing CopyQ via brew results “CopyQ.app” is damaged and can’t be opened #2652
Comments
Emm, I encountered the same issue And it's also the same environment. |
@egel "Perhaps it's because the chip architecture is M2?" |
xattr -d com.apple.quarantine /Applications/CopyQ.app |
shouldn't brew add it to their debug messsage? |
YMMV, but the |
it works fine on m3 mac |
I have the same problem on m3 for version 9.0.0 and the previous version. after using the codesign trick the app just closed immediately after oppening |
Just leaving this here for someone ---- Here’s an explanation of each command: xattr -d com.apple.quarantine /Applications/CopyQ.app: xattr: Stands for "extended attributes." This command manages extended attributes of files in macOS. codesign --force --deep --sign - /Applications/CopyQ.app: codesign: Used to sign code on macOS, which ensures its integrity and authenticity. |
Describe the bug
“CopyQ.app” is damaged and can’t be opened after installing CopyQ on macOS M1 Pro 14.4 via
brew
To Reproduce
Steps to reproduce the behavior:
Expected behavior
After installation application should be able to be opened.
Screenshots
Version, OS and Environment
Additional context
Install & also reisntall log was successful
The text was updated successfully, but these errors were encountered: