I deleted a pod from my project (removed it from the podfile then pod install). When I try and commit in Xcode I get a list of these deleted files marked with a exclamation mark saying they’re missing. I’ve cleaned the build folder, cleared the derived data, restarted xcode etc but hasn’t made a difference. These deleted files don’t come up in finder so they are deleted.
While I could just ignore them it does make it difficult to see which files were actually changed when I’m making a new commit.