码迷,mamicode.com
首页 > 移动开发 > 详细

[ios]"The identity used to sign the executable is no longer valid"错误解决方法

时间:2015-08-27 10:58:13      阅读:136      评论:0      收藏:0      [点我收藏+]

标签:

重新去开发者网站,申请一遍profiles

 

参考:http://www.bubuko.com/infodetail-982908.html

 

我出现这个错误的情况,程序提交app store之后,第二天,在手机上运行程序,出现"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。

原因:你发布的时候,创建了一个PP(简介文件),你真机运行的时候,是debug状态,就不能用你发布时创建的PP文件,只能重新下载你debug状态下的PP文件。简单的说,发布到app store上的PP文件和debug状态下的PP文件是两个文件。

[ios]"The identity used to sign the executable is no longer valid"错误解决方法

标签:

原文地址:http://www.cnblogs.com/lyggqm/p/4762488.html

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