首页 > 移动平台 > 详细

App上传错误

时间:2016-06-15 15:51:18      阅读:610      评论: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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!