Xcode still tracking deleted files

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.

Answered by Junaid6305 in 735807022

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.

Accepted Answer

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.

Xcode still tracking deleted files
 
 
Q