'(null)' key
'(null)' key
- Subject: '(null)' key
- From: Cyprien <email@hidden>
- Date: Mon, 23 Jun 2003 12:35:04 +0200
I don't understand this run error:
2003-06-23 12:28:17.700 EmployeAugmentation[993] [<Person 0x849f0>
valueForKey:]: lookup of unknown key: '(null)'.
This class does not have an instance variable of the name (null) or
_(null), nor a method of the name (null), _(null), get(null), or
_get(null)
I do had created a unableToSetNilForKey:(NSString *)key method
so it should handle the nil key, but what is this "(null)" key ?? This
is impossible to write method or instances as asked in the run error
message. The compiler refuse the "(" and ")" in the name of the
methods...
Cyprien
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.