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


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

     

  • 相关阅读:
    双栈排序
    Koishi Loves Segments
    [USACO14FEB] Cow Decathlon 牛的十项全能
    [HNOI2016]网络
    koishi的数学题
    邦邦的大合唱站队
    #613(div2)
    Educational Codeforces Round 77
    #Hello 2020
    #601 (Div. 2)
  • 原文地址:https://www.cnblogs.com/rankilau/p/4660928.html
Copyright © 2020-2023  润新知