Is it Possible to Repair Xcode Project?

Hi,


I've been working on a project for some weeks with no problems in Xcode 7. Out of the blue, Xcode stopped listing the files in the project correctly. The project navigator only shows some files and which ones are displayed changes each time I re-open Xcode. I can build and run the app - it just seems to be a display issue.


I've tried resetting Xcode as indicated here and elsewhere, and now upgraded to Xcode 8 but to no avail. It opens other projects just fine so there must be a curruption in this particular one.


Does anyone know any tricks for 'cleaning' a project or a relatively easy way of rebuilding one?


Thanks,

Replies

Try an 'option-clean build folder' on that project.


Use Xcode's Product menu w/the option key pressed.


Good luck.