macOS sequoia 15.1中应用程序“程序坞”没有权限打开

在macOS sequoia 15.1版本中新安装的应用程序在访达中打开报错显示应用程序"程序坞"没有权限打开"(null)"。

解决办法

在启动台中找到终端,点击打开,切换到应用目录下,输入

bash 复制代码
cd  /Applications/

找到需要打开的应用程序目录,将ApplicationName.app替换为需要打开的应用程序目录

bash 复制代码
sudo codesign --force --deep --sign - ./ApplicationName.app

回车输入密码即可

参考
the application dock does not have permis... - Apple Community
Bug or intentional? macOS 15.1 completely removes ability to launch unsigned applications -- OSnews

相关推荐
pe7er5 天前
macOS 应用无法打开(权限问题)解决方案
macos·mac
harmful_sheep8 天前
mac生效的终端查看
macos
iOS门童8 天前
macOS 应用"已损坏"无法打开?一文搞懂 Gatekeeper 与解决方案
macos
NPE~8 天前
[工具分享]Maccy —— 优雅的 macOS 剪贴板历史管理工具
macos·教程·工具·实用工具
差不多程序员8 天前
Mac安装OpenClaw-cn保姆级教程
macos
dzl843948 天前
mac 安装python
开发语言·python·macos
Bruce_Liuxiaowei9 天前
在 macOS 上通过 Docker 本地安装 OpenClaw 完整教程
macos·docker·容器·openclaw
阿捏利9 天前
详解Mach-O(十五)Mach-O __DATA_CONST
macos·ios·c/c++·mach-o
ShikiSuen9 天前
macOS 的 CpLk 中英切换卡顿的元凶在 InputMethodKit 本身
macos
xiayutian_c9 天前
如虎添翼-MacOS
macos