Re: Invalid exception being thrown: CIUnsharpMask is not kvc for the key inputIntensity - except that it is
Re: Invalid exception being thrown: CIUnsharpMask is not kvc for the key inputIntensity - except that it is
- Subject: Re: Invalid exception being thrown: CIUnsharpMask is not kvc for the key inputIntensity - except that it is
- From: "Stephen J. Butler" <email@hidden>
- Date: Wed, 9 Jun 2010 12:33:06 -0500
On Wed, Jun 9, 2010 at 3:50 AM, Mark Aufflick <email@hidden> wrote:
> So I did an experiment with your simple sample project making the
> bindings be with file owner instead of a frozen object, but they still
> worked as expected.
>
> Next test is a custom loaded view xib, but that will have to wait for tomorrow.
>
> It is very vexing!
It is! What happens when you change your NSLog statement to:
NSLog( @"filter:%@ ii:%@ ir:%@ pointer:%p",
filter,
[filter valueForKey:@"inputIntensity"],
[filter valueForKey:@"inputRadius"],
filter
);
In particular, I'm interested if the pointer output here matches the
one in the KVC error.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden