You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opening a freshly downloaded file throws up this error message (in Norwegian):
This is Gatekeeper preventing you from starting the application, unless runningxattr -cr /Downloads/Eclipse.app first. This will remove extended attributes and allow the file to be opened.
The text was updated successfully, but these errors were encountered:
Thanks for raising this issue! I believe this warning on MacOS happens because we don't codesign the executable.
At the moment, I'm doing the release builds on my local machine, which is problematic anyway. So we should at some point move to Github actions to do the release builds and run codesign then as well.
I'll try to get to it in the next months, but if anyone is up to taking over this task, I'd appreciate this a lot.
Opening a freshly downloaded file throws up this error message (in Norwegian):
This is Gatekeeper preventing you from starting the application, unless running
xattr -cr /Downloads/Eclipse.app
first. This will remove extended attributes and allow the file to be opened.The text was updated successfully, but these errors were encountered: