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.
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.
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?