问题描述
我安装了Xcode 6 GM种子,我正在尝试首次创建一个IPA文件。存档成功后,当我单击导出按钮时,会出现一个窗口,显示:
I installed the Xcode 6 GM seed, and I'm trying to create an IPA file for the first time. After archive success, when I click on the Export button, a window appears saying:
Xcode试图找到或生成匹配的签名资产,但由于以下问题而未能这样做。
Xcode attempted to locate or generate matching signing assets and failed to do so because of the following issues.
-
您的帐户已拥有有效的iOS分发证书。
如果您有在另一台Mac上签名身份,您可以导入开发人员个人资料。您也可以撤销当前的证书并再次申请。
If you have your signing identity on another Mac, you can import a developer profile. You can also revoke the current certificate and request one again.
这是截图错误:
有谁能告诉我如何解决这个问题?
Can anybody tell me how to solve this?
推荐答案
在钥匙串中访问, - >显示过期的证书,然后在您的登录密钥链中单击过期的证书并将其删除。我的系统密钥链中也有相同的过期证书,所以我也从那里删除了它。
In keychain access, -> Show Expired Certificates, then in your login keychain click on expired certificate and delete it. I also had the same expired certificate in my System keychain, so I deleted it from there too.
- >从登录和系统密钥链中删除过期的证书后,下载来自以下链接的证书,并使用钥匙串打开。
-> After deleting the expired cert from the login and System keychains,download certificate from below link and open with keychain.
下载并将其添加到Keychain access>证书(2023年到期)
Download https://developer.apple.com/certificationauthority/AppleWWDRCA.cer and add it to Keychain access > certificates (which expires on 2023)
这解决了我的问题
这篇关于为什么我收到错误“无法找到或生成匹配的签名资产”在Xcode 6?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!