-
Notifications
You must be signed in to change notification settings - Fork 27
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
Feature Request: Automatically run xattr -r -d com.apple.quarantine "#{target_dir}"
after the installation
#44
Comments
java11 binary also has the same problem |
Run
|
OK. Looks like that fixed it! I would recommend changing this instruction to also encompass the "damaged and can't be opened" error:
|
Also, is it possible for Homebrew to run |
xattr -r -d com.apple.quarantine "#{target_dir}"
after the installation
Change this issue into a Feature Request to automatically run |
We have discussed this problem before (e.g., in #6 and #28). GraalVM bundles are unfortunately not notarized by Apple and thus, users are required to remove the quarantine attribute before use. While it would make for a better user experience, the GraalVM casks do not automatically do this because we'd work around a security measurement for the user which is bad. Instead, the casks mention what to do in the post installation message. That's the best we can do at this point. The correct fix is to get the bundles notarized and we are working on that. |
Trying to install CE 22.2 onto my MacBook Air M1. Install seems to go OK but I cannot run the executable. See the screenshot.
Zip of the
bin
folder attached.bin.zip
Currently using macOS 12.4
The text was updated successfully, but these errors were encountered: