zoukankan      html  css  js  c++  java
  • iOS打包上传app store各种问题解决总结

    问题1 this action could not be completed. try again

    问题2 there was an error sending data to the iTunes Store.

    问题1,2解决方法

    点击上一步,继续上传
    都是网络问题,重试就可以了,不要网上搜答案,不要网上搜答案,不要网上搜答案,然后改来改去。

    问题3Failed to locate or generate matching signing assets,You account already has a valid iOS Distribution certificate

    问题3解决方法

    敲击command+,。选择账户,view Details,点击iOS Distribution,Reset。然后进入苹果后台,重新编辑Distribution的Provisioning Profile,选择最新的Distribution证书,Download最新的Provisioning Profile。
    点击Xcode的Build Settings,选择Code Signing,Provisioning Profile选择最新的app store属性文件,Release选择最新的Distribution证书

    问题4Failed to locate or generate matching signing assets,Missing iOS Distribution signing identity for

    问题4解决方法

    打开keychain(钥匙串访问),点击证书,选择iPhone Distribution,双击,选择始终信任

    问题5此证书的签发者无效,iOS Missing or Invalid Signature: The bundle is not signed using an Apple Submission Certificate

    问题5解决方法

    下载苹果提供的最新的安全证书并双击安装
    https://developer.apple.com/certificationauthority/AppleWWDRCA.cer

    恭喜上传成功

  • 相关阅读:
    win32程序添加控制台程序
    STL链表类模板的学习
    简单封装的串口通信类
    nyoj49 开心的小明
    hdu2094 产生冠军
    hdu1272 小希的迷宫
    hdu1106 排序
    hdu1999 不可摸数
    hdu2085 核反应堆
    nyoj119 士兵杀敌(三)
  • 原文地址:https://www.cnblogs.com/jackyshan/p/5468510.html
Copyright © 2011-2022 走看看