28-03-2020, 10:26 AM
(This post was last modified: 28-03-2020, 11:09 AM by josemendez.)
(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.