Im trying to deploy to a production account but ge...
# general
a
Im trying to deploy to a production account but getting the following error when validating An error occurred during file validation. Details: Resource files can only be uploaded into the /SuiteScripts/, /Templates/E-mail Templates/, /Templates/Marketing Templates/, /Web Site Hosting Files/ folder. File: ~/FileCabinet/.DS_Store I have looked through the files and cannot find that file anywhere in the project. I tried searching through finder using the show hidden files and through terminal with no luck. Any ideas?
e
Open terminal on your Mac and run this
~ % find . -name ".DS_Store" -type f -delete -print
it will go through all the folders and delete the .DS_Store files