I have the same problem. I'm following the instructions in order to create a HelloWorld routine.
"Using Interface Builder
Interface Builder is Apple’s graphical editor that you use to design user interfaces. It doesn’t generate source code; instead it allows you to manipulate objects directly and then save those objects in an archive called a nib file. At runtime, when a nib file is loaded the objects are unarchived and restored to the state they were in when you saved the file.
You need to add an instance of the HelloView class that you just created in Xcode to the application window.
Open Interface Builder by double-clicking the MainMenu.xib file, which you can find in the detail view for the project group.
Note: A nib file can have a .xib extension or a .nib extension. To find out more about the differences between these, see Interface Builder User Guide."
But when I diuble-click the MainMenu.xib file, it doesn't make anything. What could be the problem?