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

“VATprism” is damaged and can’t be opened. You should move it to the Bin. #124

Open
amir-golmohammadi opened this issue May 20, 2023 · 3 comments
Labels
bug Something isn't working regression This has worked in the past, but now doesnt

Comments

@amir-golmohammadi
Copy link

Describe the bug
I open dmg and moved the app to application folder and when I want to open the app, warning message displays with the following error:
"“VATprism” is damaged and can’t be opened. You should move it to the Bin."

Macos Version: Ventura 13.3.1

@amir-golmohammadi amir-golmohammadi added the bug Something isn't working label May 20, 2023
@wiggleforlife
Copy link

May be a different issue, but did you follow the instructions in the README?

Note: macOS might warn you that VATprism can not be trusted because it has been downloaded from the internet. To open VATprism anyway, right click it and press open. Additionally, after updating, you might receive a message saying the application is damaged and cannot be opened. This is an issue with codesign. Navigate to /Applications/ and run codesign --remove-signature VATprism.app, then start VATprism as usual. I hope to be able to resolve this issue in the future, see the #30 for more information.

@amir-golmohammadi
Copy link
Author

Thank you for the reply.

I open up the terminal, navigate to the application directory and run the following command:
codesign --remove-signature VATprism.app

Issue still persists.

@CosDiabos
Copy link

That happens because MacOS quarantines the .app files downloaded from Internet, besides being unsigned.

To workaround it you need to remove it from quarantine like this:

From Terminal:

sudo xattr -rd com.apple.quarantine /path/To/VATPrist.app

or

open the folder there the VATPrism is located and press Ctrl + click VATprism.app and select Open from the contextual menu.

@marvk marvk added the regression This has worked in the past, but now doesnt label Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working regression This has worked in the past, but now doesnt
Projects
None yet
Development

No branches or pull requests

4 participants