You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
documentationImprovements or additions to documentation
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
大家好,当你在 macOS 上首次打开 Query Box 应用时,可能会遇到如下报错:
“Query Box”已损坏,无法打开。你应该将它移到废纸篓。
这个问题并不是应用真的被破坏,而是因为 macOS 的安全机制(Gatekeeper)拦截了未签名或未 notarized 的 App。
🧩 原因说明
macOS 会在下载或首次运行非 App Store / 未 notarized 的应用时,默认添加一个 com.apple.quarantine 属性,导致系统阻止启动。
这是 macOS 的一种安全策略,用于保护用户防止运行来源不明的程序。
✅ 解决方案:使用 xattr 移除限制
打开你的终端(Terminal),执行以下命令:
请确保路径是你安装 Query Box 的实际路径(可能是 Downloads 目录或 Applications 文件夹)。你可以拖拽 App 图标到终端中自动填入路径。
然后再次启动 App 即可。
🛡️ 后续计划
我们计划后续版本支持:
以减少这类操作对非技术用户的影响。
Beta Was this translation helpful? Give feedback.
All reactions