Xcode-错误ITMS-90635-捆绑中的无效Mach-O-提交至App Store [英] Xcode - Error ITMS-90635 - Invalid Mach-O in bundle - submitting to App store

查看:74
本文介绍了Xcode-错误ITMS-90635-捆绑中的无效Mach-O-提交至App Store的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

将应用提交到应用商店时,我刚收到此错误.

I just got this error when submitting an app to the app store.

这是否意味着我需要为所有依赖项设置ENABLE_BITCODE?我尝试了一下,但是随后出现错误,指出依赖项与位码(或类似的东西)不兼容...

Does this mean I need to set ENABLE_BITCODE for all dependencies? I tried that but then got errors saying the dependencies were not compatible with bitcode (or something like that)...

推荐答案

今天早上我遇到了同样的问题.实际上,答案是错误的:验证平台的所有目标的ENABLE_BITCODE构建设置值是否一致"

I had the same problem earlier this morning. In fact the answer is in the error : "Verify that all of the targets for a platform have a consistent value for the ENABLE_BITCODE build settings"

我有一个目标(将ENABLE_BITCODE设置为NO),使用了多个将ENABLE_BITCODE设置为YES的吊舱.因此,我要做的就是在我的项目目标中将ENABLE_BITCODE设置为YES.但是我想您可以选择,也可以在所有正在使用的库中将ENABLE_BITCODE设置为NO.

I had a target (with ENABLE_BITCODE set to NO), using multiple pods having ENABLE_BITCODE set to YES. So, all I had to, do is set ENABLE_BITCODE to YES in my project target. But I guess you have a choice, you can also set ENABLE_BITCODE to NO in all the libs your are using.

这篇关于Xcode-错误ITMS-90635-捆绑中的无效Mach-O-提交至App Store的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆