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

时间:2015-07-20 12:29:24   收藏:0   阅读:67258

我出现这个错误的情况,程序提交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文件是两个文件。

解决方法,到development.apple.com网站

1、技术分享2、技术分享

3、技术分享

4、技术分享

5、打开下载下来的PP文件,双击(安装到xcode中),运行程序,successed。

 

原文:http://www.cnblogs.com/rankilau/p/4660928.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!