iCloudDocument Compile Problem

I am trying to run the iCL demo iCloudDocument. I installed the latest version of iCL.
After getting all the missing IOS Framworks there was one compile error left:

ld: building for iOS-arm64 but attempting to link with file ("C:\Users\drudd\AppData\Local\tmssoftware\registered\TMS iCL\librtlhelper.a") built for unknown-armv7

Doesnt this mean the file "librtlhelper.a" is a 32bit file and we need 64bit file?

The file exists in there: librtlhelper.a file date 4/25/2024 (125040 bytes)

Is something wrong here?

Delphi 12

librtlhelper.a was needed to build apps with TMS iCL components back when there were memory issue in RAD Studio, but it is no longer required. We couldn't find any traces in our demos / source so it's unclear why you get a compile error. Can you provide some more info? Either way, you can safely remove or unlink this file.

I deleted that file and it compiles now.

For your information, that file is always installed when installing TMSiCL from all-access manager.

I couldn't find any reference to that file anywhere on my computer either.