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
Hi,
I have the same problem but with MacOS Ventura (13.0). GraphPad Prism 9 (9.0.2) from TNT crashes when try to open it.
I tried:
sudo codesign --force --deep --sign - /Applications/Prism\ 9.app/
but it didn't work.Any suggestions please? I really need help for this