I am creating a cross platform Firemonkey application for Windows and MacOS using Delphi 13 Pro in a Parallels VM on a MacBook Pro M3. I created a blank form and dropped an FNC component on it (I get the same problem with all FNC components). The application compiles and runs fine for Win32 and Win64, but won’t for MacOS. I get the following message:
[dccosxarm64 Fatal Error] Unit1.pas(8): F2613 Unit 'FMX.TMSFNCTypes' not found.
I only receive this message with FNC Components. Standard components and TRichView don’t have this problem.
How do I fix this?