If you are prompted macOS application crashes when opening, how to solve

If you are prompted macOS application crashes when opening, how to solve? Apple silent after a recent update, Apple removed the certificate of TNT, so the application will crash after July 12. The current solution is self-signed.

mac software crash how to repair

1. crash problem mac software is running, displays the following information

13162343_8385a49a88.jpeg

2.mac software crash how to repair? Divided in two ways:

Run in the terminal

codesign --force --deep --sign - /Applications/name.app

Essential : Xcode or Apple command-line tools
to install, execute

xcode-select --install

In the terminal emulator of your choice, macOS GUI will provide your Xcode installation (from the Mac App Store) or CLT options. If you install Xcode, start at least once to complete the installation and agree to the license.


Alternatively, you can use CodeSigner sign a number of applications.

Installation Notes:

  • Download CodeSigner, and then install the DMG volume

  • The CodeSigner.app copied from DMG mounted volumes to your application path; 

  • If you use macOS Finder service or have supported similar applications as the main file manager, double-click CodeSigner workflow: there will be a title for the Quick Action Installer window asking if you want to install it; click Install. You can "System Preferences"> "Keyboard"> "shortcut"> "Services"> "Files and Folders"> "CodeSigner" for quick operation specified keyboard shortcuts

  • If you want to manually run CodeSigner, do the following in a terminal emulator:

  • codesigner /Applications/Parallels\ Desktop.app

  • - Copy codesigner shell script to the $ PATH, such as / usr / local / bin /

  • On the Mojave, let CodeSigner control system event; it is necessary through AppleScript GUI prompt works.


Guess you like

Origin blog.51cto.com/14370425/2419956