• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSDictionary and plist
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
References: 
 >NSDictionary and plist (From: Jeff Childers <email@hidden>)

  • Prev by Date: Re: NSDictionary and plist
  • Next by Date: Re: NSDictionary and plist
  • Previous by thread: Re: NSDictionary and plist
  • Next by thread: Re: NSDictionary and plist
  • Index(es):
    • Date
    • Thread