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
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
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.
The text was updated successfully, but these errors were encountered: