2

Does anyone know of a quick way to remove all files from an Xcode project that are marked as missing (colored in red)?

msk
  • 527
  • 4
  • 7
  • 19
  • 3
    Can't think of an idea other than selecting them all, right clicking and selecting "Delete"/"Remove". – Stavash Sep 12 '12 at 09:20

1 Answers1

-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
    When you have more then 500+ files to remove, that isn't a quick way. – msk Sep 12 '12 at 09:24
  • 1
    If 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
  • @gheese so how do you get them into a group? Same problem. – Tim Sep 12 '12 at 19:06
  • 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