xcode 未找到 iOS 分发证书
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/16896549/
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
No iOS Distribution certificate was found
提问by Nora Olsen
I keep getting this message when I refresh under Xcode organizer when it is "Checking for pending CSR..."
当我在 Xcode 管理器下刷新“正在检查挂起的 CSR...”时,我不断收到此消息
No iOS Distribution Certificate Found
No iOS Distribution certificate was found. However, there is already a
certificate request pending. An Agent or Admin must approve this request
before you can download your certificate.
I'm using Xcode 4.6.1. There are no certificates in the portal and no pending ones.
我正在使用 Xcode 4.6.1。门户中没有证书,也没有待处理的证书。
Thanks!
谢谢!
采纳答案by Adrian P
Well the message says it all. The cert that you requested is pending for approval. You can wait until it gets approved and download it or let xcode sync it. Option two revoke that and create another one in case the one pending does get hanging for too long.
那么消息说明了一切。您请求的证书正在等待批准。您可以等到它获得批准并下载它或让 xcode 同步它。选项二撤销它并创建另一个,以防挂起的时间太长。
回答by nevan king
You might need to download the certificate from the portal and add it to your keychain. If there are no certificates in the portal, then you'll need to create one and upload it. Follow the instructions in the portal for this.
您可能需要从门户下载证书并将其添加到您的钥匙串中。如果门户中没有证书,则您需要创建一个并上传。为此,请按照门户中的说明进行操作。