我出现这个错误的情况,程序提交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
如果还不行那就需要设置一下xcode中的Build Settings中没有设置好Provisioning Profile,如图
"The identity used to sign the executable is no longer valid"错误解决方法

877

被折叠的 条评论
为什么被折叠?



