# 不能运行"not from a verified developer"程序

升级到macOS 10.15以后，系统去除了允许从第三方非认证开发者这里安装应用程序的设置，所以当启动Firefox时，始终提示"Firefox Software Update.app can't be launched because it's not from a verified developer"。

由于最新macOS的`system settings -> security`强制去除了允许第三方程序安装运行选项，而firefox启动时需要更新安装一个Install Helper，被禁止后无法启动。

解决方法是在终端中输入以下命令:

```
sudo spctl --master-disable
```

禁用安全限制以后，就可以运行firefox，首次启动运行设置完成后，就可以再次激活安全选项

```
sudo spctl --master-enable
```

## 参考

* [Firefox Software Update can't be opened](https://forums.developer.apple.com/thread/118529)


---

# 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://huataihuang.gitbook.io/cloud-atlas-draft/develop/mac/not_from_verified_developer.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.
