我好像陷入了第九圈的证书/简介/签名地狱。当我试图在我的iPhone上测试一个小的学习应用程序时,我收到了苹果的通知:
The following certificate has either been revoked by a member of your development team or has expired:
Certificate: iOS Development
以下是条件:
MBP运行10.13.4
带iOS 12.4.1的Iphone 6+
X代码9.4
更多信息:
我以前有一个苹果开发者计划付费会员,在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'
以下是我在应用程序的“签名”部分看到的内容:
我预先承认,这整个证书/个人资料方面的事情总是让我感到困惑。话虽如此,谁能帮我重回正轨?
短暂性脑缺血发作
编辑
感谢所有回应的人!