Hi everyone,
It's seems than with the latest Google-Mobile-Ads-SDK (7.67.0) there is an issue with iOS application using bitcode ?
Indeed when I archived the app (with XCode 11.7) I got this error message :
ld: could not reparse object file in bitcode bundle: 'Invalid bitcode version (Producer: '1200.0.32.2.0_0' Reader: '1103.0.32.62_0')', using libLTO version 'LLVM version 11.0.3, (clang-1103.0.32.62)' for architecture arm64
If I recompile with, for example pod Google-Mobile-Ads-SDK (7.55.1), I do not have the error anymore.
Can you tell me which most recent version of Google-Mobile-Ads-SDK will succeeded with an app' that have bitcode enabled ? (I would like rather not to set bitcode to 'no' if possible).
Thank you very much for any response or suggestion.