如何克服错误有效签名标识在Xcode的管理器中找不到配置文件?

时间:2012-12-07 07:07:22

标签: ios iphone xcode

  

可能重复:
  iPhone app signing: A valid signing identity matching this profile could not be found in your keychain

我已经在我的苹果iOS配置门户上为我的应用创建了应用ID。

当我要为我的设备创建配置文件并将其拖到Xcode Organizer时,显示错误“Valid Signing Identity not found”。 如何克服这个错误?

我取消了我的苹果证书。钥匙链访问显示我的苹果证书有效。

撤销我的证书后,我收到了来自苹果的电子邮件说

(Dear User,

You have revoked your APS Development Certificate and it is no longer valid. Please note that all Provisioning Profiles that included this certificate are now invalid and will require regeneration for future use.

Best regards,

Apple Developer Program Support)

如果有任何已知解决方案PLZ回复

,我的设备配置文件中的错误是什么

钥匙链访问屏幕enter image description here

XCODE Organizer屏幕enter image description here

4 个答案:

答案 0 :(得分:1)

我知道这有点令人困惑。您必须使用Mac上的Keychain Access应用程序生成您上传到iOS配置门户的证书。 (生成私有 - 公钥)

对我而言,有关此主题的最佳教程来自ray wenderlich website
另请查看本教程的第二部分。

希望有所帮助!

答案 1 :(得分:0)

使用新创建的证书创建配置文件。请勿使用已撤销的证书。

答案 2 :(得分:0)

以下是与APPLE证书相关的常见问题解答, https://developer.apple.com/support/ios/program-renewals.html

这可能会对你有帮助。

答案 3 :(得分:0)

做出以下注释。

  1. 清除或删除所有开发人员和分发证书以及配置文件。

  2. 转到钥匙串申请新证书。

  3. 转到开发者帐户撤销旧证书并添加新创建的证书。

  4. 创建新的应用ID和配置文件。

  5. 将此配置文件添加到Xcode。

  6. 然后构建并运行您的应用程序。