If Crashes when opening


Apple deleted the TNT certificate, so some applications do not start after July 12th.

The current solution is to sign it yourself.

Instructions for adding a digital signature:
Run the Terminal utility.

The terminal is a standard utility that can be run from the Launchpad or politely ask Siri for this.

Enter the command:
codesign --force --deep --sign - 

Note that the last character is a space.

Drag the application to the Terminal window and press the "Enter" key.


The application must be located on the Mac computer (in the “Programs” folder or on the Desktop). Do not drag the application from the image. It's useless.


In addition, you can use CodeSigner to sign some applications.

This solution does not work for all applications !!!