-
Notifications
You must be signed in to change notification settings - Fork 78
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
[Fix] “is damaged and can’t be opened. You should move it to the Trash” (Should be in README) #34
Comments
Also a good idea to turn it back on after.
|
Just right click on the app and click open, no need to disable Gatekeeper. |
You don't need to turn off gatekeeper(spctl), just run this before opening it: |
it's useful |
Okay, so I am currently developing a Java app, and I want it to be able to be opened by users without the need for |
Thanks worked great |
Issue
The application is unsigned for Mac, and many do not know that you need to disable gatekeeper in order to not get a damaged DMG error.
Solution
Disable gatekeeper for the application:
Open terminal and enter this line:
sudo spctl --master-disable
Also enter this line:
xattr -cr /Applications/RyuSAK.app
Suggestion
Mention this in the releases page
The text was updated successfully, but these errors were encountered: