Re: NSDictionary and plist
Re: NSDictionary and plist
- Subject: Re: NSDictionary and plist
- From: Nick Zitzmann <email@hidden>
- Date: Fri, 5 Aug 2005 15:36:56 -0600
On Aug 5, 2005, at 3:25 PM, Jeff Childers wrote:
[@"test.plist"
stringByExpandingTildeInPath]] retain];
I don't see any tilde in that path...
-[NSCFNumber length]: selector not recognized
<NSInvalidArgumentException> *** -[NSCFNumber length]: selector not
recognized
can someone tell me what I am doing wrong?
Whenever you get a weird exception like this, it usually means that
the application is trying to reference a pointer that has been
deallocated. Usually this causes crashes, but here it appears that
some other object has moved into its place. Try turning on zombie
debugging, which helps isolate the problem. You can find out more
about that by searching the archives for "NSZombieEnabled". Also,
make sure you set the debugger to break on the symbolic breakpoint "-
[NSException raise]".
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden