iPhone 中的代码签名错误?

发布于 2024-10-08 18:59:28 字数 135 浏览 0 评论 0原文

目前我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

零度° 2024-10-15 18:59:28

您可以在下拉列表中选择任何证书吗?您是否在 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.

堇年纸鸢 2024-10-15 18:59:28

您需要在 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文