And you guys have no idea how useful this discussion was to me today. Even though the KVO valueForKey: method doesn't crater with an NSUnknownException with ease, it turns out that this wonderful code is also using the KVO method of setValue: forKey: on a dictionary.
And guess what? *** Terminating app due to uncaught exception 'NSUnknosnKeyException', reason, [<__NSDictionaryI.... setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key username.' *** First throw call stack: THANK YOU. _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
