I am building an interpreter in c++ and xcode as my IDE for a scripting language I have to develop. when I build the project xcode gives me a warning saying there is no rule to process file '$(PROJECT_DIR)/test.s' of type text for architecture x86_64. test.s is my script file I created. how could I make a rule to handle the script file as a text file.