Skip to content

Instantly share code, notes, and snippets.

@rampfox
Last active February 17, 2025 04:03
Show Gist options
  • Save rampfox/7bb8d267bca6cb2b47cafdd944c5777a to your computer and use it in GitHub Desktop.
Save rampfox/7bb8d267bca6cb2b47cafdd944c5777a to your computer and use it in GitHub Desktop.
If Crashes when opening Mac Cracked Apps

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

@jollygiraffe
Copy link

Amazing!

@mrleeway
Copy link

Hey @lochiameroIutah can you please share these solutions?

@GhostX80
Copy link

Hi, a little late to this thread but cracked apps like Fl studio, Logic quit unexpectedly constantly with crash reports on my mac. I’m not a developer, I’m a geek doing music, would the code above help out with this error, thank you in advance

@Tricchi
Copy link

Tricchi commented Oct 22, 2024

Has anyone managed to get 1Password 7 working on Monterey?

@skippydream
Copy link

skippydream commented Dec 22, 2024

A guy on reddit gave this suggestion and it works like magic. Here is a solution. Open Clean My Mac, go to Clean My Mac Preferences - disable sound. Should work, did for me.

@mayankgirdhar27 Man. This is completely CRAZY! After months of trying hard to run the app is was just that?? This is CRAZY I still can't believe that. Just wooooow 🤯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment