Jump to content
BytePusher

iOS problem since switching from Delphi 12.1 to 12.2

Recommended Posts

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.

Share this post


Link to post
5 hours ago, BytePusher said:

Does anyone have a tip for me as to what the cause might be?

Please include at least the first error, instead of warning.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×