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字段 添加项目的版本号;
    如有疑问,共同探讨,共同进步。
  • 相关阅读:
    OS第6次实验报告:使用信号量解决进程互斥访问
    操作系统第5次实验报告:内存管理
    OS第4次实验报告:文件系统
    OS第3次实验报告:命名管道
    Derby小记
    eclipse连接SQL Server2012
    录屏工具——Captura
    OS第2次实验报告:创建进程
    OS第1次实验报告:熟悉使用Linux命令和剖析ps命令
    第四次实验报告:使用Packet Tracer理解RIP路由协议
  • 原文地址:https://www.cnblogs.com/nielsen/p/6197771.html
Copyright © 2011-2022 走看看