Hi,
I downloaded e2studio for macos on an M1, then I unpacked the .xz, moved the .app to Application, but when I try to run I get this:
What I am missing ?
My macos version is 13.6.2
thank you
fv
Typically the problem here is that when the archive file has been download from the web on macOS, macOS’s security system is categorizing the application as suspect and blocking it.
You can avoid this problem by using the following terminal command to mark the application as “valid” after extracting it from the archive file:
xattr -d com.apple.quarantine /path/to/E2studio.app
replacing “/path/to/E2studio.app” with the actual location of your e2studio application. One easy way of doing this is to drag the E2studio.app icon from your Filer window into the Terminal window, right after typing the initial part of the command.
Once this terminal command is executed, you should be able to double click on "E2Studio.app" again and successfully start the application.
For more details on this issue, please see:
https://www.howtogeek.com/803598/app-is-damaged-and-cant-be-opened/
it works!
I got mislead from the error message, usually for application downloaded is different, never saw "it's damaged".