Apple removed TNT’s certificate, so the app will crash after July 12th. The current solution is to sign it yourself.
Run in Terminal
codesign --force --deep --sign - /Applications/name.app
if Permission denied don't forget to add sudo
example:
sudo codesign --force --deep --sign - /Applications/1Password\ 7.app
Requisite: Xcode or the Apple Command Line Tools
To install, execute
xcode-select --install
@eibol1
@NormanZyq
@x3r4n0
May the new os features are preventing the hack to work. Even in Monterey I have to apply the hack often as it worked for couple of days / sometimes for few hours then again the software crashed. Downgrading the particular software could be a help or else downgrade the OS if the software is very important.