# 解决 macOS 软件提示损坏/无法验证开发者等问题

解决macOS 10.15 软件提示损坏/无法验证开发者等问题

{% hint style="warning" %}
在macOS 10.15发布之后，苹果进一步提升了系统安全性，加强了软件安全性验证过程，这也导致很多用户升级之后，部分第三方软件尤其是破解版软件打不开，提示“XXX已损坏，无法打开”、“无法验证开发者”等问题。
{% endhint %}

1. 如下类似提示请按「取消」

<figure><img src="/files/r26jdwUK58IQNAZFMNPK" alt=""><figcaption></figcaption></figure>

2. 打开终端，输入：sudo xattr -r -d com.apple.quarantine，然后命令后面输入个空格。(注意:命令后面输入一个空格)

<figure><img src="https://pic4.zhimg.com/80/v2-d1c214407da8deb7452d7705fae2e287_1440w.webp" alt="" height="378" width="640"><figcaption></figcaption></figure>

3. 命令粘贴后，把应用程序里面的APP拖拽到命令后面回车，输入开机密码，密码不会显示，回车即可搞定，(如果您安装别的软件提示损坏亦可如此操作)。

<figure><img src="https://pic4.zhimg.com/80/v2-57306901f702d56f4cd37e9778569fff_1440w.webp" alt="" height="476" width="937"><figcaption><p>把安装好，打开显示已损坏的应用拖入终端里回车</p></figcaption></figure>

<figure><img src="https://pic1.zhimg.com/80/v2-e90bfe50d88885ec0d984d0d09c99d34_1440w.webp" alt="" height="473" width="893"><figcaption></figcaption></figure>

4. 完成后，重新打开APP即可。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://nerwo-1.gitbook.io/nerwo-docs/chang-jian-wen-ti-1/jie-jue-macos-ruan-jian-ti-shi-sun-huai-wu-fa-yan-zheng-kai-fa-zhe-deng-wen-ti.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
