The given image shows that when we are ‘Add Dependency References to Manifest’, while we are trying to deploy objects to a new account, there may cause an error like ‘The object reference [scripid=scriptid] is missing in the project and also not included in the dependencies list’.

This is because the ‘scriptid’ used in the project is not added to the manifest.xml file. So to avoid such errors, add them manually in the manifest.xml. After adding those in the manifest, the errors will be solved during the next validation process
<objects>
<object>customlist_likelihood_to_use_again</objec>
<object>customlist_recommend_to_friend_scale</object>
</objects>
