zoukankan      html  css  js  c++  java
  • iOS上传构建版本遇到的问题(Xcode8.1)

    在提交之前匹配好发布证书和上架配置文件

    1.ERROR ITMS90032--AppIcon不存在或尺寸有错;

    2.ERROR ITMS90535--据显示的Path,第三方SDK的plist文件需要删除Executable file项;

    3.上传的构建版本在iTunesConnect不显示,请在plist文件添加如下再上传一次,注意BuildVersion更改:

    <key>NSAppleMusicUsageDescription</key>
        <string>App需要您的同意,才能访问媒体资料库</string>
        <key>NSBluetoothPeripheralUsageDescription</key>
        <string>App需要您的同意,才能访问蓝牙</string>
        <key>NSCalendarsUsageDescription</key>
        <string>App需要您的同意,才能访问日历</string>
        <key>NSCameraUsageDescription</key>
        <string>App需要您的同意,才能访问相机</string>
        <key>NSLocationAlwaysUsageDescription</key>
        <string>App需要您的同意,才能始终访问位置</string>
        <key>NSLocationUsageDescription</key>
        <string>App需要您的同意,才能访问位置</string>
        <key>NSLocationWhenInUseUsageDescription</key>
        <string>App需要您的同意,才能在使用期间访问位置</string>
        <key>NSMicrophoneUsageDescription</key>
        <string>App需要您的同意,才能访问麦克风</string>
        <key>NSPhotoLibraryUsageDescription</key>
        <string>App需要您的同意,才能访问相册</string>

    4.ERROR ITMS90682--简书链接 

    5.ERROR ITMS9000--info.plist文件可能存在与iPhone环境无关的键值对,如Supported interface orientations (iPad);另外plist需要存在以下三个键值对:

    InfoDictionary version、Application requires iPhone environment、Supported interface orientations

    6.ERROR ITMS90049 

    • 找到Bundle version字段 ,添加项目的build号 ;
    • 添加Bundle identifier 字段,并对应添加项目的BundleId号; 
    • 找到Bundle versions string, short字段 添加项目的版本号;
    如有疑问,共同探讨,共同进步。
  • 相关阅读:
    目标检测算法综述
    深度相机原理揭秘--双目立体视觉
    UnderScore.jsAPI记录
    JS基础一
    Angular.js学习范例及笔记
    AngularJS应用,常用数组知识点
    框架开发之——AngularJS+MVC+Routing开发步骤总结——5.14
    Node.JS开发环境准备
    常用的Oracle函数收集
    程序员的修炼之道——从小工到专家
  • 原文地址:https://www.cnblogs.com/nielsen/p/6197771.html
Copyright © 2011-2022 走看看