I removed a pod from my project and when I went to commit I got a whole list of the deleted files marked with exclamation marks saying they're "missing". I've cleaned the build folder, deleted derived data etc but these still keep coming up.
Xcode still tracking deleted files
I fixed this by going into the pods folder in the terminal and running git add --all
the committing and pushing from the project root via the terminal.