xcode 无效的配置文件 - 缺少代码签名证书
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/19697237/
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
Invalid Provisioning Profile- Missing Code-Signing Certificate
提问by user2792928
My App is finished and I have submitted one before but every time I attempt to go through the application loader it fails giving me the following error:
我的应用程序已经完成,我之前已经提交过一个,但是每次我尝试通过应用程序加载器时,它都会失败,给我以下错误:
ERROR ITMS -9000 "Invalid Provisioning Profile. The Provisioning profile is invalid. [Missing Code-Signing Certificate]
错误 ITMS -9000“无效的配置文件。配置文件无效。[缺少代码签名证书]
Does anyone have any help. I have been working for 12 hours straight and this is tremendously frustrating, any a dive would help.
有没有人有任何帮助。我已经连续工作了 12 个小时,这非常令人沮丧,任何潜水都会有所帮助。
回答by Nikos M.
Go to Apple Developer Portal, recreate the provisioning profile (distribution profile in your case) and download it again. Make sure that the Distribution certificate is installed in your Keychain Access in order to sign apps submitted for the App Store.
转到Apple Developer Portal,重新创建配置文件(在您的情况下是分发配置文件)并再次下载。确保分发证书安装在您的钥匙串访问中,以便签署为 App Store 提交的应用程序。