如何使用应用程序加载器在 itunes 上上传应用程序
我想使用应用程序加载器将我的应用程序上传到 iTunes Connect。为此,我已经根据客户端捆绑包 ID 创建了分发配置文件,但是当我构建它时,它给出了错误
命令 /usr/bin/codesign 失败,退出代码为 1
另外,当我在 iTunes Connect 的处理下上传应用程序加载器中的构建时,我遇到如下错误。请给我解决这个问题的详细信息。
错误 - “应用程序未通过协同设计验证。签名无效,或者未使用 Apple 提交证书进行签名。”
所以我在谷歌上搜索来解决这个错误,并根据它检查了我的应用程序的捆绑ID名称,它是正确的
所以请任何人都可以给出这个错误的正确解决方案。
I want to upload my application to iTunes Connect using application loader. For that I have created distribution profile according to client bundle id but when I build it, it gives an error
Command /usr/bin/codesign failed with exit code 1
Also, when I upload the build in Application Loader under the processing in iTunes Connect, I face an error given as below. please give me the detail to solve this problem.
ERROR -- "Application failed codesign verification. The signature was invalid, or it was not signed with an Apple submission certificate."
So I searched on google to solve this error and according to that checked my bundle id name of app and it is correct
So please, can any one give the proper solution on this error.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
签署应用程序时,您必须使用客户的分发配置文件。您的应用程序分发配置文件与签名身份不匹配。
转到配置文件并获取正确的证书。
You have to use your client's distribution profile when signing the app. Your distribution profile for the app doesn't match the signing identity.
Go to provisioning profile and get the correct certificate.