Xcode“未找到有效签名身份”在新计算机上

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/9381947/
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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-14 23:23:15  来源:igfitidea点击:

Xcode "valid signing identity not found" on new Computer

iosxcodecertificate

提问by ChecoSchnaider

I was working perfectly fine last week and somehow the HD was damaged, I bought a new one and everything ok... Then I install xcode and download some certificates for my app, app developer, etc... And when I plug my iPod touch in the iPod provisioning Profiles i get the message "Valid signing identity not found". What can I do to restore everything back to normal?

上周我工作得很好,不知何故HD被损坏了,我买了一个新的,一切正常......然后我安装xcode并为我的应用程序,应用程序开发人员等下载一些证书......当我插入我的iPod时触摸 iPod 配置文件,我收到消息“未找到有效签名身份”。我该怎么做才能使一切恢复正常?

回答by Erik Aigner

You need the private keys that were used to sign the certificate. If you don't have them anymore you can generate a new signing request on the dev page.

您需要用于签署证书的私钥。如果您不再拥有它们,您可以在开发页面上生成一个新的签名请求。