• 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字段 添加项目的版本号;
    如有疑问,共同探讨,共同进步。
  • 相关阅读:
    Linux文件系统介绍
    httpd 2.4连接php-fpm
    基于lnmp环境安装Discuz
    apache 与 php-fpm 几种处理方式
    Discuz!安装搭建
    Linux中实现文本过滤
    httpd-2.4安装配置
    firewall-cmd.man
    了解JSON
    JSTL和EL表达式
  • 原文地址:https://www.cnblogs.com/nielsen/p/6197771.html
Copyright © 2020-2023  润新知