代码签名错误
我工作的公司有一个基础应用程序,他们重新设计并出售给不同的企业。我已经重新设计了该应用程序,并尝试将其上传到他们的帐户,但得到:
[BEROR]Code Sign error: The identity 'iPhone Distribution' doesn't match any
valid certificate/private key pair in the default keychain
如何将他们的开发人员帐户添加到我的 Xcode 中并获取分发证书?
谢谢
The company I am working for has a base app that they reskin and sell to different businesses. I have redesigned the app and am trying to upload it to their account but am getting:
[BEROR]Code Sign error: The identity 'iPhone Distribution' doesn't match any
valid certificate/private key pair in the default keychain
How do I add their developer account into my Xcode and acquire a certificate for distribution?
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
基本上,您需要在配置门户中拥有最大权限才能执行以下操作,因此,如果您没有,请获取它,然后执行以下操作:
如果您需要更多帮助,请发表评论。
希望这有帮助!
Basically, you need to have maximum privileges in the Provisioning Portal to do the following, so if you don't, get it, and then do this:
If you need any more help, comment.
Hope this helps!