Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Jedt3D/1299468da08c5c741d6313c006652b04 to your computer and use it in GitHub Desktop.
Save Jedt3D/1299468da08c5c741d6313c006652b04 to your computer and use it in GitHub Desktop.
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
Fix my issue on Intel, macOS Sonoma + fpcupdate v2.4.0dp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment