Mac兼容问题 #87
Unanswered
chulixiwei
asked this question in
Q&A
Mac兼容问题
#87
Replies: 1 comment
|
如果是迁移到 M5 Pro 之后才出现这个问题,可以先试一下 macOS 的隔离属性。Wavely 目前没有使用 Apple 官方证书签名,macOS 有时候会阻止 App 启动。 可以打开终端运行: sudo xattr -d com.apple.quarantine /Applications/Wavely.app 然后再重新打开 Wavely。 如果还是打不开,可以再试: chmod 755 /Applications/Wavely.app/Contents/MacOS/Wavely 这两个方法也是项目 README 里针对 macOS 无法打开 App 给出的解决方法。迁移到新 Mac 后如果系统保留了旧的安全/隔离属性,重新安装 App 也不一定会自动解决。 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Mac M5 Pro 迁移之后无法打开,卸载、重新安装也依旧无法打开
All reactions