PHP error: The specified item could not be found in the keychain

PHP error: The specified item could not be found in the keychain

我有一个代码辞职脚本,当我从终端 运行 时它运行良好。 脚本文件中确实有一个 codesign 命令,运行在终端中很好:

/usr/bin/codesign --force --sign "$EXPANDED_CODE_SIGN_IDENTITY" "$DYLIB"

如果我 运行 来自 PHP 的相同脚本文件,它会给我这个错误消息:

error: The specified item could not be found in the keychain.

请帮帮我 谢谢

这是权限问题,_www无法访问