Skip to content
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

“fpcupdeluxe-aarch64-darwin-cocoa.app” is damaged and can’t be opened. You should move it to the Trash. #567

Closed
isighless opened this issue Mar 23, 2023 · 1 comment

Comments

@isighless
Copy link

isighless commented Mar 23, 2023

Screen Shot 2023-03-23 at 18 28 06

I get the above error when trying to open the app on an Apple Silicone M1 Mac Mini.

To solve the issue, I had to run the following commands in the terminal:

cd path/to/the/directory/where/you/put/the/app
sudo codesign --force --deep --sign - fpcupdeluxe-aarch64-darwin-cocoa.app
xattr -cr fpcupdeluxe-aarch64-darwin-cocoa.app

I don't know if "Issues" is the best place to post about something I found a solution to, but it's the best I can think of.

@LongDirtyAnimAlf
Copy link
Owner

The codesigning should not be necessary anymore.
The "xattr -cr fpcupdeluxe-aarch64-darwin-cocoa.app" is still needed due to the fact that fpcupdeluxe is an external binary not originating from the app-store.
Will lock and pin this issue.

Repository owner locked as resolved and limited conversation to collaborators Mar 27, 2023
@LongDirtyAnimAlf LongDirtyAnimAlf pinned this issue Mar 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants