Skip navigation.
 
mlRe: Debugging a NibLoad binding error
FROM : mmalc crawford
DATE : Tue Jan 08 17:03:14 2008

On Jan 8, 2008, at 7:06 AM, Steve Cronin wrote:

Well, the problem seems to occur round about here...

> #2    0x928c0129 in -[NSObject(NSKeyValueCoding) setNilValueForKey:]
>

... so do any of your model objects have scalar instance variables for 
which you haven't provided a suitable implementation of 
setNilValueForKey:?

<http://developer.apple.com/documentation/Cocoa/Conceptual/KeyValueCoding/Concepts/DataTypes.html#//apple_ref/doc/uid/20002171-188830
>

mmalc

Related mailsAuthorDate
mlDebugging a NibLoad binding error Steve Cronin Jan 8, 16:06
mlRe: Debugging a NibLoad binding error mmalc crawford Jan 8, 17:03
mlRe: Debugging a NibLoad binding error Steve Cronin Jan 8, 17:18
mlRe: Debugging a NibLoad binding error I. Savant Jan 8, 17:29
mlRe: Debugging a NibLoad binding error mmalc crawford Jan 8, 17:53
mlRe: Debugging a NibLoad binding error Steve Cronin Jan 9, 04:59
mlRe: Debugging a NibLoad binding error mmalc crawford Jan 9, 05:05