码迷,mamicode.com
首页 > 移动开发 > 详细

App上传错误

时间:2016-06-15 15:54:26      阅读:1429      评论:0      收藏:0      [点我收藏+]

标签:

1.利用 Application Loader 上传时出现 ERROR ITMS-90087错误。

ERROR ITMS-90087:"Unsupported Architectures.The executable for Demo.app/DemoSDK.framework contains unsupported architectures ‘[x86_64,i386]]."

 解决方案:重新制作不包含支持模拟器的DemoSDK.framework。

 

2.利用 Application Loader 上传时出现 ERROR ITMS-90668错误。

ERROR ITMS-90668: "Invalid Bundle Executable. The executable file ‘Demo.app/Frameworks/DemoSDK.framework/DemoSDK‘ contains incomplete bitcode. To compile binaries with complete bitcode, open Xcode and choose Archive in the Product menu."

原因:DemoSDK.framework在编译时支持了bitcode(YES),而打包的Demo.app使用的Xcode版本(如6.4)没有设置bitcode的选项。

解决方案:同时支持或不支持bitcode。

 

App上传错误

标签:

原文地址:http://www.cnblogs.com/pinweyshg/p/5587504.html

(1)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!