xcode 代码签名错误如何修复未找到团队 ID
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/22018666/
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
Code Sign error How to fix Team ID not found
提问by TooTiredToDrink
Code Sign error: No matching provisioning profiles found: No provisioning profiles with a valid signing identity (i.e. certificate and private key pair) matching the team ID “NNNNNNNNN” were found.
Code Sign error: No matching provisioning profiles found: No provisioning profiles with a valid signing identity (i.e. certificate and private key pair) matching the team ID “NNNNNNNNN” were found.
I have been beating my head about this for a while, I have followed all the docs and looked at a bunch of other question. What is the fix for this?
一段时间以来,我一直在思考这个问题,我遵循了所有文档并查看了许多其他问题。有什么办法解决这个问题?
采纳答案by Fran Martin
Check you have installed your certificate and your provisioning profile and your provisioning profile should have your certificate choosen.
检查您是否已安装证书和配置文件,并且您的配置文件应选择您的证书。