[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
KVC triggers Key-value access using _setKey: is deprecated
From: |
David Wetzel |
Subject: |
KVC triggers Key-value access using _setKey: is deprecated |
Date: |
Sat, 5 Jun 2010 14:34:08 -0700 |
Hi Folks,
- (void)setValue:(id)value forKeyPath:(NSString *)keyPath
triggers
GSOnceFLog(@"Key-value access using _setKey: is deprecated:");
on GNUstep base.
setValue: forKeyPath: is not depricated, so base must be wrong somewhere...
David
- KVC triggers Key-value access using _setKey: is deprecated,
David Wetzel <=