zoukankan      html  css  js  c++  java
  • IOS上传到App Store出现证书未安装问题

    今天在提交自己的APP到苹果商店去审核的时候,编译成功后。upload过程中,提示 XXX Select the certificates you wish to include in this provisioning profile. To use this profile to install an app, the certificate the app was signed with must be included.

    点开详情看提示证书未安装。

    折腾了一番。原来是我自己切换了账号。只安装了自己以前的账号的上传证书。

    解决方案很简单,在iOS Certificates (Production)中,选择证书,然后下载。双击,再次安装一下证书。然后重新用Xcode。然后重新upload。就没问题了。可以正常提交了。

  • 相关阅读:
    LCS LIS
    补个线段树
    洛谷1522
    AC自动机
    WF 2017 I
    WF2017 E
    最小生成树计数 基尔霍夫矩阵树定理
    bitonic tour luogu1523
    code+11月月赛
    模拟退火
  • 原文地址:https://www.cnblogs.com/qingchengcoding/p/10878787.html
Copyright © 2011-2022 走看看