I’ve built from windows and I get the same error. I’m thinking this could be related to this:
Now I’m trying to reduce clang++ optimization level to -o0, maybe that’s causing this misaligment. I will report back if I find anything.
UPDATE:
Switching to -o0 didn’t change anything. Now I’m testing with “Include Debug Files” to see if I get a better log when debugging from xcode.
Note: I’m usign libc++ std library with another thirdparty library.