The identity used to sign the executable is no longer valid.
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了The identity used to sign the executable is no longer valid.相关的知识,希望对你有一定的参考价值。
我出现这个错误的情况,APP提交AppStore之后,第二天,真机调试,蹦出"The identity used to sign the executable is no longer valid"
原因:你发布的时候,创建了一个PP(简介文件),你真机运行的时候,是debug状态,就不能用你发布时创建的PP文件,只能重新下载你debug状态下的PP文件。简单的说,发布到app store上的PP文件和debug状态下的PP文件是两个文件。
解决方法,到development.apple.com网站
Member Center ——> Provisioning Profiles ——> Development
1.证书存在,并且有效的话,直接下载,双击
2.证书存在,但是无效,或者证书不存在,那就新建,下载,双击
Game Over
以上是关于The identity used to sign the executable is no longer valid.的主要内容,如果未能解决你的问题,请参考以下文章