Fixing: ld: unaligned pointer(s) for architecture arm64
08 Apr 2022 | fix m1Xcode started complaining about unaligned pointer in RoboVM binaries since 8.3 (issue #123) but these warnings (altogether with other possible) were suppressed with -w
option.
But with Xcode13.3 it started failing with error ld: unaligned pointer(s) for architecture arm64
on some projects (while compiled ok but probably with changes to it might fail).