您的位置:首页 > 移动开发 > IOS开发

iOS上传构建版本遇到的问题(Xcode8.1)

2016-12-19 15:49 309 查看
在提交之前匹配好发布证书和上架配置文件

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字段 添加项目的版本号;
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: