In my appdelegate.h I have a pretty humble IBOutletCollection of NSViews as such:
@property (nonatomic, strong) IBOutletCollection(NSView) NSArray *views;
However whenever I go to my mainmenu.xib, the Outlet Collections sublist is nowhere to be found on the App Delegate object's connections. Dragging views to the app delegate doesn't bring up the outlet either, even though the outlet circle beside the line numbers inside the editor is visible at that line.
Is anyone else experiencing this problem? This is in beta 5 with objective-c.