美文网首页
ITMS-90562: Invalid Bundle - The

ITMS-90562: Invalid Bundle - The

作者: Eyes_cc | 来源:发表于2020-10-17 17:23 被阅读0次
ITMS-90562:

Invalid Bundle- The app submission can not be successfully recompiled from bitcode due to missing symbols during linking. You can try to reproduce and diagnose such issues locally by following the instructions from: https://developer.apple.com/library/archive/technotes/tn2432/_index.html

ITMS-90562:

Invalid Bundle- Disallowed LLVM instrumentation. Do not submit apps with LLVM profiling instrumentation or coverage collection enabled. Turn off LLVM profiling or code coverage, rebuild your app and resubmit the app.

打开项目---》build settings 搜索Enable Bitcode YES改成 NO

如果改了以后还不行,搜索Coverage将Enable Code Coverage 改成NO。

链接:https://www.jianshu.com/p/e16cc81f32d7

相关文章

网友评论

      本文标题:ITMS-90562: Invalid Bundle - The

      本文链接:https://www.haomeiwen.com/subject/wdrfmktx.html