Thread Rating:
  • 2 Vote(s) - 4.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  Doesn't build for latest XCode (11.4)
#2
(28-03-2020, 12:19 AM)numandina Wrote: Hi.

When including the Obi Rope plugin builds hang at "arm64 function not 4-byte aligned" for UnityFramework.

If you remove the plugin then building commences just fine.

Hi there,

Just checked all function entries in Oni (Obi's physics lib), they're 4-byte aligned. So is all data (as we make heavy use of SIMD intrinsics, which need memory to be 4-byte aligned, or else they would just crash at runtime due to unaligned memory access). Moreover, this should be a linker warning, I see no reason for Xcode to hang at this.

I'm currently updating my OS from Mojave to Catalina, and installing Xcode 11.4. Will test soon.
Reply


Messages In This Thread
RE: Doesn't build for latest XCode (11.4) - by josemendez - 28-03-2020, 10:26 AM