iPhone 中的代码签名错误?
目前我正在使用 Xcode 3.2.5,我在分发和发布代码签名时遇到问题。发布不进行代码签名,但是当我从配置列表中选择发布时,它显示了我的所有发行商和开发人员证书,但为什么它没有在发行版和发行版上显示任何证书?发布 ???
Currently I am using the Xcode 3.2.5 i am getting problem in Code Signing on Distribution & Release Don't Code sign but when i selecting Release from Configuration list It's showing my all certificates Distributor and Developer both but why it's not showing any certificates on Distribution & Release ???
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以在下拉列表中选择任何证书吗?您是否在 iTunes 配置门户中创建了分发证书?你可以先从那里开始。
Can you select any certificates in the dropdown? Have you created a distribution certificate in the iTunes provisioning portal? You might start there first.
您需要在 info plist 文件中设置 Bundle 标识符,例如
com..
然后您可以正确选择配置文件和代码签名
you need to set the Bundle identifier in the info plist file like
com.<yourCompanyName>.<projectName>
then you can select the profile and code sign properly