App上传错误

Posted 画梦

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了App上传错误相关的知识,希望对你有一定的参考价值。

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上传错误的主要内容,如果未能解决你的问题,请参考以下文章

使用 AFNetworking、ios 上传图片

java Ftp上传创建多层文件的代码片段

v3 mini 控制器的向后兼容性:错误膨胀类片段

上传到 App Store 时出错“缺少代码签名权利”

片段不能转换为 android.app.activity

将存储在内存中的文件上传到s3