I have added Bugfender SDK in my iOS app, app runs successfully in device but while archiving it gives me following error:
could not reparse object file in bitcode bundle: 'Invalid bitcode version (Producer: '1000.11.45.2_0' Reader: '902.0.39.2_0')', using libLTO version 'LLVM version 9.1.0, (clang-902.0.39.2)' for architecture armv7
I'd already tried by setting enable bitcode NO but didn't worked for me
Finally got the solution, its actually weird but setting Enable Bitcode > NO didn't worked for me
But when i select Pods > TARGETS > BugfenderSDK > Build Settings > Enable Bitcode > NO
everything works perfectly fine for me.
Attaching screenshot for the above step