[SalesForce] Deployment Error: Property ‘activateRSS’ not valid in version 28.0

I am using ANT to deploy a custom package which includes custom code and managed packages. I have deployed the custom package to multiple environments without any issues but I am now facing the following error when attempting to deploy to higher environments.

Property 'activateRSS' not valid in version 28.0

I am the owner of the managed packages and have done a search to see if I can find where the activateRSS property is being referenced and it is not in any file of either managed packages. I also have access to the custom source code, and a search for activateRSS also returned 0 results.

Does anybody know why I may be receiving such error and how I should go about resolving it?

Update (July 19th)

New Known Issue : Metadata deploy of InstalledPackage in v42 and below failing when activateRSS is not specified.

Best Answer

There is the Known Issue - Summer'18 - unrecognized field activateRSS on InstalledPackage while using MetaData API, which indicates it should have been resolved in SUMMER '18 PATCH 10.1 and is currently deployed to all pods.

It does provide some clues as to where the activateRSS element appears under InstalledPackage.

InstalledPackage.activateRss is only valid from API versions 43.0 and later. So it could certainly cause problems with an older 28.0 version of the MetadataAPI via the ANT deploy tool.

I'd double check any metadata you have for InstalledPackage elements.