我正在尝试使用xcode构建我的应用程序并且它抛出代码签名错误说:
iPhone Distribution: jetheat: ambiguous (matches "iPhone Distribution: jetheat" in /Library/Keychains/System.keychain and "iPhone Distribution: jetheat" in /Users/Jet/Library/Keychains/login.keychain
Command /usr/bin/codesign failed with exit code 1
所以它说我的钥匙串里有两个分发证书,这是真的,因为我可以在我的钥匙串中看到它。
但是当我尝试删除系统密钥链中的证书时,它只是不允许我这样做。
它说: 删除“iPhone Distribution:jetheat”时发生错误。 无法在钥匙串中找到指定的项目。
任何想法我能做什么?
谢谢,
JH