当前位置: 代码迷 >> 综合 >> mac电脑出现“XXX” is damaged and can’t be opened. You should move it to the Trash
  详细解决方案

mac电脑出现“XXX” is damaged and can’t be opened. You should move it to the Trash

热度:15   发布时间:2024-01-28 20:13:07.0

我是一个搬运工,本文针对于 macos 10.14以上版本: link.

  1. 先尝试 方案一原文地址
  2. 方案一不行的话,尝试方案二
    先找到你的 app所在位置,一般都在/Applications 里面, 然后打开终端,然后执行命令
xattr -cr /path/to/application.app

例如

xattr -cr /Applications/Signal.app

方案二原文链接:点击这里查看
如果还是不行,就在这里看看有没有适合你的,一般来说上面2个方案就能够解决了。

  相关解决方案