如何修复已撤销的证书?

时间:2019-09-19 22:14:15

标签: ios xcode code-signing-certificate

我似乎陷入了证书/配置文件/签名地狱的第9个圈子。当我尝试在iPhone上测试一个小学习者应用程序时,我从苹果收到了此通知:

The following certificate has either been revoked by a member of your development team or has expired: 
Certificate: iOS Development

以下是条件:

运行10.13.4的MBP

装有iOS 12.4.1的iPhone 6 +

Xcode 9.4

更多信息:

我以前有一个Apple Developer Program付费会员,该会员资格于2017年到期。我没有续签,因为我只是在学习,没有东西可以分发。我开始尝试学习Swift,并且有一段时间没有在iPhone上测试我的应用程序的麻烦了。然后受伤使我的努力中断了大约一年。现在,我尝试(使用Ray Wenderlich的出色站点)在iPhone上构建和运行我的项目的尝试无济于事,我明白了:

Code Signing Error: The user name or passphrase you entered is not correct.
Code Signing Error: No profiles for 'com.radianimagery.HitList' were found:  Xcode couldn't find any iOS App Development provisioning profiles matching 'com.radianimagery.HitList'.
Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 11.4'

这是我在应用程序的“签名”部分中看到的内容:

enter image description here

我已经尝试过开发人员网站,浏览过SO上的问题(最老的了),但我还是很固执。我下载了所有证书,然后点击“管理证书”。我得到了这个窗口,表明我今天上午的所有挣扎创造了更多的证书,但我似乎对它们无能为力:

enter image description here

我预先承认,证书/个人资料的整个方面一直使我迷惑不解。话虽这么说,任何人都可以帮助我重回正轨吗?

TIA

编辑

我终于不得不在MBP上创建一个新的用户帐户,然后是一个新的Apple ID。然后我以该Apple ID身份加入,此后一切都变淡了。 非常感谢所有回答!

1 个答案:

答案 0 :(得分:0)

自您上次使用Xcode以来,您的Apple ID密码似乎已更改-这可以解释您的Code Signing Error: The user name or passphrase you entered is not correct错误。尝试导航至Xcode>首选项...,然后查看“帐户”标签,然后检查其中是否有错误。 Xcode可能会提示您使用您的Apple ID重新登录。