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字段 添加项目的版本号;
    如有疑问,共同探讨,共同进步。
  • 相关阅读:
    IIS发布MVC出错
    dynamic
    设计模式——简单工厂模式[已了解本质]
    Object和泛型
    sublime Text不能安装插件的解决办法
    .net MVC入门
    windows服务写完之后怎么让它跑起来
    sql数据库连接字符串在APP.config配置文件内的两种写法
    Sql语句里面调用变量
    Sql数据库不能频繁连接
  • 原文地址:https://www.cnblogs.com/nielsen/p/6197771.html
Copyright © 2011-2022 走看看