Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

File missing from working copy Xcode 8

Tags:

xcode8

I have somehow created a copy of my project folder inside my project folder A LOT times.

So to explain it, its like

First folder (pr.folder) Files.swift pr.folder Files.swift pr.folder etc

So from 60mb my project lifted to 900mb. So i deleted the first wrong created folder that had the rest of wrong created files and now again the project is 60mb.

The problem now is that i have 999+ warnings because I deleted these files and the warning is that the file is missing from working copy.

Is there anyway to fix it?

Thanks in advance

like image 775
mike vorisis Avatar asked Apr 25 '17 19:04

mike vorisis


Video Answer


1 Answers

Missing from working copy is usually in reference to your git working copy (git thinks there's a file missing) - adding a new commit with the file deleted should silence the warnings.

like image 51
Connor Neville Avatar answered Jan 01 '23 22:01

Connor Neville