ios – 为什么我在Xcode 6中收到错误“无法找到或生成匹配的签名资产”?
问题:
我安装了Xcode 6 GM种子,我正在尝试首次创建一个IPA文件。 存档成功后,当我单击“导出”按钮时,会出现一个窗口,显示:
无法找到或生成匹配的签名资产
Xcode试图找到或生成匹配的签名资产,但由于以下问题而未能这样做。
您的帐户已拥有有效的iOS分发证书。
如果您在其他Mac上拥有签名身份,则可以导入开发人员配置文件。 您也可以撤销当前证书并再次申请。
这是错误的屏幕截图:
谁能告诉我怎么解决这个问题?
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:Failed to locate or generate matching signing assetsXcode attempted to locate or generate matching signing assets and failed to do so because of the following issues.Your account already has a valid iOS Distribution certificate.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.Here’s a screenshot of the error:Can anybody tell me how to solve this?