I'm making a small app for mu personal use...
After I've created the interface, I try to connect the buttons to the corresponding IBOutlets.
For the last 3 (there are 12 in total) I get a strange error a launch that disappear when I delete them
It says:
> 2002-03-05 23:13:04.320 App[2255] *** Assertion failure in -[NSTextFieldCell _objectValue:forString:], NSCell.m:993
> 2002-03-05 23:13:04.355 App[2255] Invalid parameter not satisfying: aString != nil
Any idea what this means?