【发布时间】:2011-07-09 02:41:38
【问题描述】:
我对制作 ipad/iphone 应用程序完全陌生。我对使用 phonegap 完全陌生。我下载了一个 HelloWorld 应用程序并用 xcode 打开它。它在模拟器中运行良好。所以我试图将它部署到我的 iPad 上。当我在 xcode 中点击 Build and Run 时,出现此错误:
Code Sign error: The identity 'iPhone Developer' doesn't match any valid certificate/private key pair in the default keychain.
我不知道这意味着什么。几个月前我申请了 Apple Developer 计划。我收到一封电子邮件,说我成功注册了。我是否需要将某种证书从我在网站上的 Apple 帐户复制到我的 ipad 以使 xcode 能够将我的 helloworld 程序部署到 ipad?
我完全不知道如何在我的 iPad 上测试 HelloWorld 应用程序......
附加说明
好的,我遵循了一些关于如何签署证书并将其安装在 xcode 中的步骤。现在,当我尝试构建并运行到设备时,我收到此错误:
Code Sign error: Provisioning profile 'forgelink' specifies the Application Identifier 'forgelink' which doesn't match the current setting 'R8T3VN6VR7.forgelink.forgelink'
我在创建证书、捆绑标识符、应用程序 ID 等时输入错误了吗?
【问题讨论】: