da es beim Erstellen des Projekts nicht installiert war und Delphi zu dämlich ist, es selbstständig nachzurüsten.
...
Genauso ist Delphi andersrum auch zu bescheuert und löscht Targets, die grade nicht installiert sind.
Das sit auch ein Punkt, wo der
Project Magician helfen kann. Von den Plattform-Optionen
Enable Missing und
Remove Unused wäre erstere hier eine mögliche Lösung:
Zitat:
Enable Missing
When upgrading a project from a previous Delphi version it sometimes happens that you cannot add platforms even if it is available in the
IDE. This functionality enables all platform that are know to the current Delphi version, even if they are currently not available. After that you can add these platforms to the project as long as they are available in your installation.
Remove Unused
Projects that are only useful for some platform and will never be used on others (like f.i. design time packages) are nevertheless cluttered with platform specific entries for these never be used platforms. This functionality removes those entries resulting in a much cleaner project file. This doesn't remove the ability to add those platforms to the project later.