无法定位或生成匹配的歌唱资产 Xcode 7.2.1
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/35404953/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Failed to locate or generate matching singing assets Xcode 7.2.1
提问by Marco Antonio Uzcategui Pescoz
I have just restarted my Mac and I'm having this error when trying to validate or upload to de Apple Store.
我刚刚重新启动了我的 Mac,在尝试验证或上传到 de Apple Store 时出现此错误。
Failed to locate or generate matching signing assets:
Xcode attemped to locate or generate matching signing assets and failed to do so because of the following issues:
Missing iOS Distribution signing identiti for xxxxxx Xcode can request one for you.
未能找到或生成匹配的签名资产:
Xcode 尝试定位或生成匹配的签名资产,但由于以下问题而失败:
缺少 xxxxxx Xcode 的 iOS 分发签名标识可以为您请求一个。
I have tried a lot of anwsers from Stackoverflow and nothing is working.
我已经从 Stackoverflow 尝试了很多答案,但没有任何效果。
How can I tell Xcode to request it again?? I have gone to prefferencens and clicked "reset", "download all", I have deleted de account an logged again.
我如何告诉 Xcode 再次请求它?我已经转到首选项并单击“重置”、“全部下载”,我已删除帐户并再次登录。
Any help will be appreciated.
任何帮助将不胜感激。
回答by Marco Antonio Uzcategui Pescoz
Thanks to all.
谢谢大家。
The answer is here:
答案在这里:
Missing iOS Distribution signing identity
As Evana said:
正如伊万娜所说:
Check here: https://forums.developer.apple.com/thread/37208
Download https://developer.apple.com/certificationauthority/AppleWWDRCA.cerand double-click to install to Keychain. Select "View" -> "Show Expired Certificates" in Keychain app. Remove Apple Worldwide Developer Relations Certificate Authority certificates from "login" tab and "System" tab in Keychain app.
在这里查看:https: //forums.developer.apple.com/thread/37208
下载 https://developer.apple.com/certificationauthority/AppleWWDRCA.cer并双击安装到 Keychain。在钥匙串应用程序中选择“查看”->“显示过期证书”。从 Keychain 应用程序的“登录”选项卡和“系统”选项卡中删除 Apple Worldwide Developer Relations 证书颁发机构证书。
I did not dowloaded the certificate but in my machine there were 2 of the "Apple Worldwide Developer Relations Certificate" and one of them expired yesterday.
我没有下载证书,但在我的机器上有 2 个“Apple 全球开发者关系证书”,其中一个昨天已过期。
I hope this will be useful to someone.
我希望这对某人有用。
If some administrator thinks the question must be deleted just ask me and I will delete it.
如果某些管理员认为必须删除该问题,请询问我,我会删除它。
Again thanks to all.
再次感谢大家。