Thread Rating:
  • 2 Vote(s) - 4.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  Doesn't build for latest XCode (11.4)
(25-08-2020, 08:14 PM)morncraban Wrote: Thanks for the workaround but now it crashes on that stage with this error:
Apple Mach-o Linker (id) error clang: error: linker command failed with exit code 1 (use -v to see invocation)
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
Have I made something wrong or there is other reason for that? With xcode 12 beta version and assetstore version of obi rope everything was fine (except we couldn't publish to appstore of course)
Thnx)

Make sure you’re using XCode 11.3.1, and that any other libraries/franeworks you’re using in the project are compatible with it. If unsure, you can try building without Obi, and progressively strip libraries away to see which one(s) do not have bitcode compatibility with 11.3.1.
Reply


Messages In This Thread
RE: Doesn't build for latest XCode (11.4) - by josemendez - 25-08-2020, 09:09 PM