zl程序教程

您现在的位置是:首页 >  移动开发

当前栏目

iOS 证书Bug The identity used to sign the executable is no longer valid 解决方案

iosBUG解决方案 to The is No 证书
2023-09-27 14:25:01 时间

现象:The identity used to sign the executable is no longer valid

 Please verify that your device’s clock is properly set, and that your signing certificate is not expired.

your signing certificate is not expired.就是你的证书无效了,去“钥匙访问串”里把无效的证书删除后,重新安装一个有效的就可以了。

也就是:进入钥匙串管理 把相关的证书删掉,然后在回到Xcode 选完 identity - Team 后选fix。

可能会出现:

 

点击Reset即可。