I just updated to Xcode 6.2, now when I create a new ViewController in Storyboard, I can't assign a Class, the Module field is empty. I can't set the Module to the current project, the menu is blank.
The class field doesn't code complete for any class in my project. If I set the class manually I get the error: Unknown class OneViewController in Interface Builder file.
Inspecting the source code of the storyboard file, I can see the that the module is not set for the new view controller. Like I said earlier I can't set this in Storyboard.
I notice also that the default ViewController class is assigned to the default ViewController, and works but, the Module also shows blank for this view.