Xcode真机调试失败:The identity used to sign the executable is no longer valid

Posted 乞力马扎罗的雪CYF

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Xcode真机调试失败:The identity used to sign the executable is no longer valid相关的知识,希望对你有一定的参考价值。

      在Xcode中突然好久没有使用真机调试了,今天使用真机的时候,出现如下的警告,并真机运行失败:

The identity used to sign the executable is no longer valid.

Please verify that your device‘s clock is proprtly set,and that your signing certificate is not expired.(0xE8008018).

技术分享.


其实这个问题很简单,Xcode是告诉你的身份认证已经失效了,需要你重新进行签名认证。解决方案也很简单:

选择Xcode->Preferences->Accounts,旁边应该就有一个红色的感叹号。Xcode提示你需要重新输入Apple ID和密码,你重新输入验证即可。然后就可以真机调试了。


以上是关于Xcode真机调试失败:The identity used to sign the executable is no longer valid的主要内容,如果未能解决你的问题,请参考以下文章

Xcode12真机调试iOS15提示The code signature version is no longer supported错误的解决

Xcode12真机调试iOS15提示The code signature version is no longer supported错误的解决

解决xcode iOS真机调试正常,模拟器失败问题

最新IOS xcode12真机调试步骤

The identity used to sign the executable is no longer valid.

Xcode真机调试中"There was an internal API error"错误解决方法