KVC triggers Key-value access using _setKey: is deprecated

2010-06-05 Thread David Wetzel
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 ___ Gnust

Re: KVC triggers Key-value access using _setKey: is deprecated

2010-06-05 Thread Richard Frith-Macdonald
On 5 Jun 2010, at 22:34, David Wetzel wrote: > 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 somewher