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
I solved every kind of problem after the fact "Apple removed TNT’s certificate", so I'm working with some developers on an App that uses ai to give permission on every kind of App, file, vst, whatever you could imagine, just to run everything on our computer just with one click! I keep you updated guys!