MATLAB: Create macOS app from app designer on Microsoft Window.

app designermac osmicrosoft windows os

I have created an app .exe with app designer on Mircrosoft Windows OS and I want to open this app on a MAC OS, the following error appears: "Microsoft Windows applications are not supported on macOs". Is possible to create macOS app from app designer on Microsoft Windows?
How can I create a macOS exe from app designer installed on Microsoft Windows?
Thank you very much

Best Answer

No it is not supported.
Hypothetically you install enough of the Linux subsystem and FSF gcc related software to cross compile a MacOS app on Windows. However Mathworks does not support gcc even on MacOS: they support xcode which is not available for windows.
Related Question