Apple Mac 证书困难
虽然我可以使用我的开发应用程序证书在 Xcode 4 上进行构建,但我使用了安装程序证书并将其导入到钥匙串管理器中并成功对其进行了评估。
碰巧我在构建过程中被拒绝:“代码签名身份‘3rd Party develooper Installer:Myname’与钥匙串中的任何有效的、未过期的代码签名证书不匹配”
为了避免差异,该字符串来自将钥匙串管理器中的我的证书复制粘贴到目标的代码签名/发布中。
注意:调试/发布设置不会影响这一点。
Whereas I can build on Xcode 4 with my dev application Certificate, I used an installer certificate and imported it in the keychain manager and evaluated it with success.
It happend that I'm rejected during the build : "Code signing identity '3rd Party develooper Installer:Myname' does not match any valid, non-expired, code-signing certificate in your keychain"
To avoid differences, this string come from a copy-paste of my certificate in the keychain manager into the Code-signing/release of the Target.
NB : the debug/Release settings do not affect this .
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我允许证书,但更改了捆绑包标识符(在“目标/信息”中)以与 itunes 连接中的相同。
I let the certificate but changed the bundle identifier (in "Target/info") to match the same as in the itunes connect.