ios-latest-error-when-upload-new-version

fuck,感觉每次提交app到appStore都会遇见新的问题,今天果然也不例外!
错误代码为ERROR ITMS-90049
Aaron Swartz

解决问题方式:

  1. 在xcode左下角搜索info.plist 找到第三方的info.plist文件,如友盟中腾讯Api文件夹下的info.plist文件;
  2. 找到Bundle version字段 ,添加项目的build号
  3. 添加Bundle identifier 字段,并对应添加项目的BundleId号;
  4. 找到Bundle versions string, short字段 添加项目的版本号
  5. 然后进行提交。

感谢原作者 附上原文地址:
http://blog.csdn.net/u013950854/article/details/49337605

Best wishes