在 xcode 中归档项目时出现代码签名错误

发布于 2024-12-08 21:20:27 字数 311 浏览 0 评论 0原文

我正在尝试构建 ipa 以便使用 Ad Hoc 进行测试。当我尝试存档时,这是我遇到的错误

Code Sign error: The identity 'iPhone Developer' doesn't match any valid certificate/private key pair in the default keychain

,我没有创建任何密钥。我需要创建一个吗?有没有好的页面可以遵循这些步骤?测试 iPhone 应用程序的最简单方法是什么?

仅供参考,我正在使用 xcode 4

谢谢

I am trying to build ipa for the purpose of testing using Ad Hoc. When I tried to archive this is the error I am getting

Code Sign error: The identity 'iPhone Developer' doesn't match any valid certificate/private key pair in the default keychain

I dint create any keys. Do I need to create one? Is there any good page to follow the steps? And which is the simplest way for testing iphone app?

FYI I am using xcode 4

Thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

゛清羽墨安 2024-12-15 21:20:27

来自如何:获取 iOS 开发证书

在 iOS 配置门户的“证书”部分,您可以
申请单独的 iOS 开发证书。所有 iOS 应用程序
必须由有效证书签名才能在
苹果设备。为了签署用于测试目的的应用程序,团队
会员需要 iOS 开发证书。

数字身份是一种电子身份识别手段,包括
秘密的“私钥”和共享的“公钥”。这个私钥
允许 Xcode 签署您的 iOS 应用程序二进制文件。

From HOWTO: Obtaining your iOS Development Certificate:

In the ‘Certificates’ section of the iOS Provisioning Portal, you can
request individual iOS Development Certificates. All iOS applications
must be signed by a valid certificate before they can be run on an
Apple device. In order to sign applications for testing purposes, Team
Members need an iOS Development Certificate.

A digital identity is an electronic means of identification consisting
of a secret "private key" and a shared "public key". This private key
allows Xcode to sign your iOS application binary.

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