I added a new window to my app by subclassing NSWindowController and creating a new nib file. I connected everything up and then I created a method in my main controller file that would create a new instance of my new NSWindowController subclass on a double click. Now I get a 'Build failed (see build log for details)' error. Here is the most interesting line from the build log but I don't know what it means:
...failed MasterObjectFile.Combine /Users/kmarek/Documents/CocoaMed/build/intermediates/CocoaMed.build/master.o ...
kman