Using Xcode 5.1. on OSX 10.9.1 I go to create a new project. OSX > Application > Cocoa Application.
It's an empty app. I click build. I get one error:
Interface builder was unable to determine the type of "MainMenu.xib".
Clicking on MainMenu.xib
shows me a blank screen, basically ready for me to write code. Not the friendly drag and drop interface I've used before when building apps.
On the right side bar, I notice the Type is Default - Abstract Interface Builder XIB
. On other working projects (created before upgrading to Xcode 5), the type is Default - Interface Builder Cocoa XIB
.
The only link online I've found that relates to this issue is this one, which indicates it's some sort of template problem, but doesn't elaborate on what the problem is or how to fix it.
Thoughts?