Warnings

Actually, this causes issues with older RAD Studio versions and the correct solution is:

{$IF COMPILERVERSION > 28}
TMSPlatforms = pidWin32 or pidWin64 or pidOSX32 or
{$IF COMPILERVERSION > 32}pidOSX64 or pidiOSSimulator32 or
pidiOSSimulator64{$ELSE}pidiOSSimulator{$IFEND} or
{$IF COMPILERVERSION > 28}pidiOSDevice32 or
pidiOSDevice64{$ELSE}pidiOSDevice{$IFEND} or
{$IF COMPILERVERSION > 34}pidAndroidArm32 or pidAndroidArm64{$ELSE}
{$IF COMPILERVERSION > 32}pidAndroid32Arm or pidAndroid64Arm{$IFEND}
{$ELSE}pidAndroid{$IFEND};
{$IFEND}

Regards,
bernard