Hello everyone,
I'm currently trying to convert my mobile project from Delphi 12.1 to 12.2.
It works correct under Win32 and Android64 and iOS simulator.
On iOS Release I get the following compiler message:
[DCC error] E2597 ID: warning: alignment(4) of atom ‘_ZTRN3FmxMemo5Types19TSelectionPointTypeE’ is too small and may result in unaligned pointers
After the compiler message, errors are continuously counted up until the compiler eventually freezes at around 280,000 errors.
Does anyone have a tip for me as to what the cause might be?
Thank you in advance.