←back to thread

255 points rd07 | 1 comments | | HN request time: 0.222s | source
Show context
mosburger ◴[] No.41299442[source]
Is anyone else getting a "“Pragtical.app” is damaged and can’t be opened. You should move it to the Trash" error when attempting to run the arm64 build on macOS? Really wanted to try it out!

I suppose it could just be some security crap Corp IT installed on my laptop preventing it from installing.

It looks like it's only taking up 7.9MB in my Applications folder so it must be corrupt or something.

replies(5): >>41299462 #>>41299509 #>>41299668 #>>41299704 #>>41300440 #
yas_hmaheshwari ◴[] No.41299509[source]
I have seen a similar error in the past, and that one was because of MacOS extended permissions

``` cd /Applications/DBeaver.app/; ls -@l ```

And then if you see some extended attributes like quarantine and provenance, you can remove them

``` xattr -d com.apple.provenance DBWeaver.app/; xattr -d com.apple.quarantine DBWeaver.app/ ```

replies(1): >>41301613 #
1. ◴[] No.41301613[source]