MacOS System using third-party software programs often encountered can not run and crash, especially 10.15 and higher system versions; if it is not the system development version and chip (M1) platform limitations, we can through certain commands to fix the third-party software/plug-in (software component)Run permissions. Some common repair commands are organized below:1. Turn on the Allow "Any Source" command:
sudo spctl --master-disable
You need to search and open "Terminal" or Terminal tool, paste the command, enter Password and then enter your computer's password to confirm (Terminal won't show it when you enter it, so just enter it to confirm it directly after typing it). This line of code allows the Mac to allow installation of apps from third-party sources; after following the steps above, open "System Preferences" - "Security & Privacy" - "General" and make sure you have changed it to "Any Source".
What should I do if I am prompted with the message "Corrupted and cannot open", and I have already allowed "any source" according to the previous method, but I still can't open it?
Enter the following command:
sudo xattr -d com.apple.quarantine /Applications/xxxx.app
Note: /Applications/xxxx.app replace it with your app path or just drag the software in after sudo xattr -d com.apple.quarantine. Finally, restart the app.2. Application repair commands:
chmod +x(Drag in the installation package to be repaired after the space /APP)sudo chmod -R 755(Drag in the installation package to be repaired after the space /APP)
3. Application/plug-in repair commands:
sudo xattr -rd com.apple.quarantine(space and drag in theAPP/VST/AU(Plugin, try this when the app won't open)sudo codesign -fs -(space and drag in theAPP/VST/AU(Plug-ins)sudo codesign --force --deep --sign -(space and drag in theAPP/VST/AU(Plug-ins)
4. If the runtime prompts an error :"the codesign_allocate helper tool cannot be found or used" You need to install the system command runtime library first.
COMMAND_LINE_TOOLS_FOR_XCODE
Enter the following installation runtime commands :
sudo xcode-select --install
2. The permanent web site of this site:https://www.wxzyw.cn
3, the price indicated on the pages of this site is the site collects, organizes the information and operation of this site required expenses such as moderate remuneration.
4、All related works and material pictures in the station are uploaded by the members, and Vientiane Resource Network does not own the copyright of such material pictures.
5、Download content is for learning and communication only, if you use commercial purposes, please purchase the genuine authorization, otherwise all the consequences will be borne by the download user.
6, the site resources are from the open network collection and organization and user contributions, the site owner does not assume any responsibility for the legitimacy of the content and the health of the disputes arising from the legal responsibility. If it violates your legitimate rights and interests, please write to us to notify us, we will delete in a timely manner, we apologize for any inconvenience caused.
Comments0