Solutions for "Unexpected Exit" and "Cannot Open" in Apple Mac Software

How to solve "Unexpected Exit" and "Cannot Open" in Apple Mac software? The macz editor tells you the solution.

Introduce the commonly used terminal method to everyone, the terminal method needs to install ***code or Apple command line tool first.

If you don’t have ***code, you can use the following command to install Apple command line tools (if you have Xcode installed, you can ignore it)

xcode-select --install

Terminal method

sudo codesign --force --deep --sign-file location (directly drag the application ***)

Select all code

copy

Example

sudo codesign --force --deep --sign - /Applications/CleanMyMac X.app

Select all code

copy

As shown below:

Guess you like

Origin blog.csdn.net/goldcoin_123/article/details/112993519