Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  error in build
#1
[color=rgba(0, 0, 0, 0.85)]hi,

i am facing his issue during making build.



Game/Libraries/Obi/Plugins/iOS/libOni.a(Oni.o), could not parse object file /Volumes/ArcadianLab /Xcodes/rope Game/Libraries/Obi/Plugins/iOS/libOni.a(Oni.o): 'Invalid bitcode version (Producer: '1103.0.32.29.0_0' Reader: '1100.0.33.17_0')', using libLTO version 'LLVM version 11.0.0, (clang-1100.0.33.17)' for architecture arm64
[/color]
Reply
#2
(18-04-2020, 11:03 AM)sadiq Wrote: [color=rgba(0, 0, 0, 0.85)]hi,

i am facing his issue during making build.



Game/Libraries/Obi/Plugins/iOS/libOni.a(Oni.o), could not parse object file /Volumes/ArcadianLab /Xcodes/rope Game/Libraries/Obi/Plugins/iOS/libOni.a(Oni.o): 'Invalid bitcode version (Producer: '1103.0.32.29.0_0' Reader: '1100.0.33.17_0')', using libLTO version 'LLVM version 11.0.0, (clang-1100.0.33.17)' for architecture arm64
[/color]

Hi,

You might be compiling using an older xcode version. Currently there’s a bug in XCode 11.4 that prevents linking against the lib, so instead of upgrading xcode I’d suggest downgrading to Obi 5.1. Please write to support(at)virtualmethodstudio.com and we’ll send it to you.

Kind regards
Reply
#3
(18-04-2020, 12:22 PM)josemendez Wrote: Hi,

You might be compiling using an older xcode version. Currently there’s a bug in XCode 11.4 that prevents linking against the lib, so instead of upgrading xcode I’d suggest downgrading to Obi 5.1. Please write to support(at)virtualmethodstudio.com and we’ll send it to you.

Kind regards

ok thanks
Reply