Xcode 5.1.1 and OS X 10.9.3
I open Xcode and start a new Cocoa project. I then click run. The build fails, and I get the following error message:
Interface Builder XIB Compiler Error
Interface Builder was unable to determine the type of "MainMenu.xib".
I also don't see the usual WYSIWYG editor when I select MainMenu.xib
just a black screen. I notice the "type" of file is "Default - Abstract Interface Builder File", whereas on other working projects I have built in the past, the "type" is "Default - Interface Builder File". Seems there's something about it being an "abstract" file that's causing Xcode to not display the interface builder.
I tried fully uninstalling Xcode and re-downloading it from the App Store. Didn't help. Multiple google searches have turned up nothing helpful, and the other Stack Overflow questions with a similar title to mine aren't illuminating. I can't imagine everyone else with Xcode 5.1 has this issue. Any experts out there that could suggest a quick fix?