Skip to content

Instantly share code, notes, and snippets.

@davistran86
Last active November 28, 2020 07:41
Show Gist options
  • Save davistran86/29d52c56990197c84328061920948738 to your computer and use it in GitHub Desktop.
Save davistran86/29d52c56990197c84328061920948738 to your computer and use it in GitHub Desktop.
Fix MacOS EXC_CRASH (Code Signature Invalid)

Install xcode command line tool

xcode-select --install

Fix crashed app:

sudo codesign --force --deep --sign - /Applications/SonicWall\ Mobile\ Connect.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment