Closed dkimitsa closed 2 years ago
confirmed on ios7 32 bit
Does this impact the standard robovm library? Or is it only relevant if the app itself uses annotations ?
@guillerodriguez there is some amount of annotations in cocoatouch -- these might be affected. in general you would already see lot of crashes in analytics
@guillerodriguez there is some amount of annotations in cocoatouch -- these might be affected. in general you would already see lot of crashes in analytics
So the latest usable official release is 2.3.16, right ? (since 2.3.17 is broken according to the changelog)
if you need to support ios10 and bellow on 32 bit devices -- then yes
introduced in https://github.com/MobiVM/robovm/pull/639
root case
struct member alignment was wrongly calculated for jlong and double: was calculated as aligned by member size (8 bytes) but has to be 4 byte boundary.
code to reproduce
fix
use
offsetof
to get data layout offsets