xcdoe 上传 app时,出现 error itms 90049 错误
解决方法:
在xcode左下角搜索info.plist 找到第三方的info.plist文件,如sharesdk中腾讯Api文件夹下的info.plist文件;
找到Bundle version字段 ,添加项目的build号
添加Bundle identifier 字段,并对应添加项目的BundleId号;
找到Bundle versions string, short字段 添加项目的版本号
本文介绍了如何解决在使用xcdoe上传App时遇到的itms90049错误。主要步骤包括:定位到第三方的info.plist文件,如sharesdk中腾讯Api文件夹下的info.plist文件;修改Bundleversion字段并添加项目的build号;添加Bundleidentifier字段并填写项目的BundleId号;最后,在Bundleversionsstring,short字段中添加项目的版本号。
xcdoe 上传 app时,出现 error itms 90049 错误
解决方法:
在xcode左下角搜索info.plist 找到第三方的info.plist文件,如sharesdk中腾讯Api文件夹下的info.plist文件;
找到Bundle version字段 ,添加项目的build号
添加Bundle identifier 字段,并对应添加项目的BundleId号;
找到Bundle versions string, short字段 添加项目的版本号
3745
5809
2392
605

被折叠的 条评论
为什么被折叠?