在XCode中签名应用程序:在钥匙串中找不到指定的项目

时间:2017-02-18 10:12:24

标签: ios xcode ionic-framework

在XCode(产品>存档)中存档应用时,我收到以下错误:

CodeSign /Users/xxx/Library/Developer/Xcode/DerivedData/name-xxx/Build/Intermediates/ArchiveIntermediates/name/InstallationBuildProductsLocation/Applications/name.app
cd /Users/xxx/Documents/name/App/platforms/ios
export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"

Signing Identity:     "iPhone Developer: xxx xxx (S5L8942T98)"
Provisioning Profile: "iOS Team Provisioning Profile: xxx"
                      (xxx)
/usr/bin/codesign --force --sign xxx --entitlements /Users/xxx/Library/Developer/Xcode/DerivedData/name-xxx/Build/Intermediates/ArchiveIntermediates/name/IntermediateBuildFilesPath/name.build/Release-iphoneos/name.build/name.app.xcent --timestamp=none /Users/xxx/Library/Developer/Xcode/DerivedData/name-xxx/Build/Intermediates/ArchiveIntermediates/name/InstallationBuildProductsLocation/Applications/name.app

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

我撤销了所有证书并创建了新的配置文件,但遗憾的是它没有帮助。

我找到this thread,但我认为它并不相关。显然我的钥匙串中缺少一些东西,但是什么?

修改:

这是我的钥匙串的截图:

enter image description here

Id与错误代码中的ID匹配。

1 个答案:

答案 0 :(得分:0)

简单的解决方案是转到派生数据(XCode>首选项>位置>单击派生数据目录旁边的箭头),然后删除以您的应用程序命名的文件夹。

作为一项额外措施,您可以在第一步后重新启动XCode并清理项目,但可能没有必要。