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。
网友评论