I have a project that uses Firebase Analytics 5.0.4 (Lastest). When I build my project with develop mode, everything is ok. But when my project archived, I have trouble. Xcode notifies me that:
"Invalid bitcode version (Producer: '902.0.39.1_0' Reader: '900.0.39.2_0'), using libLT0 version 'LLVM version 9.0.0, (clang-900.0.39.2)' for architecture arm64".
I use Xcode version 9.0 because Firebase says that they support xcode 9.0 and later.
I think that it relates Xcode version so I used Xcode 9.2 instead of Xcode 9.0, but this error didn't change. If I use Xcode 9.3 or 9.4, it will work ok?
Please tell me a solution.