add-on pack
I want to exercise and make my first mac osx application compiled in Windows 10.
But I don't have the option:
ProjectGroup1 > TargetPlatforms > OSX
In some of these discussion pages I've seen that I need an Add-On, but where do I find the Add-On pack?
-
Accepted Answer
0Petern,
the target platform is an option of a project (not of a project group).
(i) You should/can only use the "multi-device application" project type for macOS applications
http://docwiki.embarcadero.com/RADStudio/Tokyo/en/Multi-Device_Application
VCL does not work on macOS(ii) You need a Mac (install PAServer on the Mac, import SDK, .....)
(iii) You should see (al least) "MacOS" as a target platform
http://docwiki.embarcadero.com/RADStudio/Tokyo/en/Target_Platforms_Overview
(other platforms like iOS and/or Android come available with the mobile add-on pack)- Matthias
--------------------------------------------------------------------------------
Please click on "Accept As Answer" if this answer answered your question. Thanks
--------------------------------------------------------------------------------
-
Accepted Answer
0What version of RAD Studio, Delphi or C++ Builder are you using? You need at least the Enterprise edition or Professional edition with the Mobile Add-On Pack to be able to "create mac osx application compiled in Windows 10."
-
Matthias Emore than a month agoProfessional edition is suitable for macOS desktop development :-)
-