Does anyone know of a quick way to remove all files from an Xcode project that are marked as missing (colored in red)?
Asked
Active
Viewed 769 times
2
-
3Can't think of an idea other than selecting them all, right clicking and selecting "Delete"/"Remove". – Stavash Sep 12 '12 at 09:20
1 Answers
-1
Hold shift and click on each file to select them, and then right click to delete. Hope this helps.

Philip Laine
- 458
- 3
- 17
-
1
-
1If you have that many files you should place them in a group (folder)in xcode file->new->group since then deleting the group deletes all the files – gheese Sep 12 '12 at 09:30
-
-
file->new->group - will create a group in project navigator, you can then drag the files you want into the group folder you just created – gheese Sep 14 '12 at 08:38