Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Build error with Obi Fluid 5.1
#1
Hi,
I am facing the following build error in Xcode 11.3 

"
ld: could not reparse object file in bitcode bundle: 'Invalid bitcode version (Producer: '1103.0.32.62.0_0' Reader: '1100.0.33.17_0')', using libLTO version 'LLVM version 11.0.0, (clang-1100.0.33.17)' for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

"

How can it be fixed?
I need to submit it urgently!
Thanks
Reply
#2
(02-09-2020, 01:56 PM)anulagarwal Wrote: Hi,
I am facing the following build error in Xcode 11.3 

"
ld: could not reparse object file in bitcode bundle: 'Invalid bitcode version (Producer: '1103.0.32.62.0_0' Reader: '1100.0.33.17_0')', using libLTO version 'LLVM version 11.0.0, (clang-1100.0.33.17)' for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

"

How can it be fixed?
I need to submit it urgently!
Thanks

Make sure all the libraries/frameworks you're using are compatible with Xcode 11.3.1. Obi 5.1 is, so the problem must lie elsewhere.
Reply