我不知道为什么electron-builder
无法找到有效的身份。
使用环境变量进行调试,我总是遇到一个同样的问题,即尽管在下面列出了1个有效身份,但仍然没有有效身份。
从此page运行命令行似乎可以正常工作(运行spctl -a -t exec -vv 'Appname.dmg'
会返回“ source = Unnotarized Developer ID”),但是我想遵循建议的自动公证过程{{3 }}基于here
当我在package json
中指定身份时,最接近的意思是
Identity name is specified, but no valid identity with this name in the keychain identity=***** allIdentities=
1) BBBBBBBBB "Developer ID Application: ***** (XXXXX)"
1 identities found
Valid identities only
1) BBBBBBBBBB "Developer ID Application: ***** (XXXXX)" <---lists the exact one above
1 valid identities found
at/........
当我运行安全性find-identity -v
或security find-identity -v -p codesigning
时,再次出现完全相同的证书。
我错过了什么吗?