Re: NSCFDictionary EXCEPTION
Re: NSCFDictionary EXCEPTION
- Subject: Re: NSCFDictionary EXCEPTION
- From: Chris Espinosa <email@hidden>
- Date: Mon, 24 Apr 2006 15:58:38 -0700
On Apr 24, 2006, at 3:53 PM, Ondra Cada wrote: Jeremy,
On 24.4.2006, at 23:41, Jeremy Sagan wrote:
Checking Dependencies Exception occurred while starting build: *** -[NSCFDictionary setObject:forKey:]: attempt to insert nil value
If I go back, clean just this target then it will build fine but this is not the way it is supposed to work. Any ideas appreciated!
(i) this would better fit the Cocoa-dev list, I guess; (ii) too little information.
The bug can be caused by a plethora of diverse things. Break on raise (or perhaps objc_exception_throw, but I believe NSDictionary uses -[NSException raise] consistently), and have a look on the stack which code is putting the nil there.
He's talking about an exception raised by Xcode during a build.
This often means that you're setting an invalid build setting in an .xcconfig file, or your .xcconfig file is unreadable for other reasons.
Chris |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden