码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2016-03-17 07:10:28      阅读:182      评论:0      收藏:0      [点我收藏+]

标签:

      在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

标签:

原文地址:http://blog.csdn.net/chenyufeng1991/article/details/50909291

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!