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

来源:互联网 发布:json文件格式转换工具 编辑:程序博客网 时间:2024/06/07 23:17

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和密码,你重新输入验证即可。然后就可以真机调试了。

原文链接:http://www.aliog.com/99661.html
0 0
原创粉丝点击