2004-08-02 07:32:59.980 Captain America Notepad[758] *** -[NSTextView setRulersVisible:]: selector not recognized
2004-08-02 07:32:59.981 Captain America Notepad[758] An uncaught exception was raised
2004-08-02 07:32:59.982 Captain America Notepad[758] *** -[NSTextView setRulersVisible:]: selector not recognized
2004-08-02 07:32:59.982 Captain America Notepad[758] *** Uncaught exception: <NSInvalidArgumentException> *** -[NSTextView setRulersVisible:]: selector not recognized
Captain America Notepad has exited due to signal 5 (SIGTRAP).

I already have an awake from nib so i added it to that and know this happens
CODE:
- (void)awakeFromNib
{
[theTextView setRulersVisible:YES];
[theTextColorWell setColor:[NSColor blackColor]];
[theBackgroundColorWell setColor:[NSColor whiteColor]];
}