Delphi 13 Compile fails on FlexCel MacArm

Hello,
Installed v13 with patch.
Installed FlexCel 7.25.0.0

When compiling Mac project, it fails with:
[dccosxarm64 Fatal Error] Main.pas(15): F2063 Could not compile used unit 'FlexCel.FMXSupport'

Other FlexCel units are also not found.

Library path appears to be correct:
C:\Users\shochberg\AppData\Local\tms\Products\tms.flexcel.vcl\Packages\d12+\23.0\OSXARM64\Release

I also get several "registration errors" when the IDE loads that seem to be related to both FlexCel and FNC, though I have not yet seen any errors compiling the FNC units.

Fix?

Thanks.;

Hi,
Just to try the easiest stuff first, can you open a command line and type:

cd /D "C:\Users\shochberg\AppData\Local\tms"
tms doctor -fix

If this doesn't solve it, please send me the log of the install so we can review it.

Ah, ok. The regular setup for FlexCel is actually smartsetup too wrapped into an installer, but smartsetup in that case is inside the setup.exe bundle.
Probably the simplest is that you get it from here: https://github.com/tmssoftware/smartsetup/releases/download/2.2/tmssmartsetup.zip

Just put the exe in C:\Users\shochberg\AppData\Local\tms and call tms doctor -fix from there. If it doesn't fix it, you can get the logs at C:\Users\shochberg\AppData\Local\tms\Logs\Logs.zip, please send them so we can review if there is nothing wrong.

There is no need to re-run the installers, but you can do a

tms build -full

just in case. This will reinstall everything.

Indeed, C:\Users\shochberg\AppData\Local\tms\Products\tms.flexcel.vcl\Packages\d12+\23.0\Win32\Release shuoldn't be in the Delphi 13.0 paths, I wonder if it was "migrated" from D12 when you installed Delphi 13, since we don't add it ourselves.

About macOS, I see this in the logs:

[INFO ] [2025-10-01 18:40:18.015] Skipped Delphi 13, macos64arm because the SDKs are not available.
[INFO ] [2025-10-01 18:40:18.015] Skipped Delphi 13, macos64intel because the SDKs are not available.

Maybe because you reinstalled D13, you don't have the SDKs yet? Can you try running a simple empty macOS app from the IDE so it downloads the SDKs, then reinstall FlexCel?