Explanation of the error:
This Salesforce error that Gearset is surfacing is usually encountered when deploying a new Custom metadata type.
This error is returned by Salesforce because deploying new Custom metadata depends on two metadata types: Custom metadata and Custom object. Deploying just the Custom metadata without the Custom object will cause the deployment to fail.
Resolution:
To resolve this issue, you'll need to include both the new Custom metadata you are trying to deploy, and the corresponding Custom object that it references in your deployment.  
Doing this will resolve the validation error
How to find the Custom object: If you already have Custom object included in your metadata filter, you can simply select the appropriate Custom object from the comparison table. 
If you can't find your specific Custom object, you will need to refresh your filter. Click Manage custom filters on the comparison screen:
Then either:
- Switch the toggle for - Custom objectto- All items, or
- Switch the toggle for - Custom objectto- Named itemsand include just the- Custom objectyour- Custom metadatadepends on
Disclaimer: This error is returned by Salesforce directly, rather than Gearset. Even so, we offer guidance based on our combined experience with the Metadata API. Where possible, we try to help guide you to fix or avoid this error. In the case that this isn't possible, we may need to direct you to Salesforce support for further clarification.




