Out of the blue I started getting a "NSInternalInconsistencyException" when building my XCode project. The message stated that it "could not load nib in bundle... MainWindow".
After checking through my project structure I noticed that the default MainWindow.xib and Info.plist files were missing from the Resources directory. In fact, the Resources directory itself was missing.
As I back up my project directory with git, I tried reinstating multiple older versions of the .xcodeproject sub-directory. Oddly, the tree structure of the project appears to update when an older version is recovered, except that the Resources directory is still missing.
I've also tried creating a new folder called "Resources" and then adding the missing files. I can add MainWindow.xib, but Info.plist is greyed out in the file selector and can not be added.
I'm tempted to simply create a new project, and add in all of my existing files.