• 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: debugging a static variable
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: debugging a static variable


  • Subject: Re: debugging a static variable
  • From: Koen van der Drift <email@hidden>
  • Date: Sun, 20 Jun 2004 13:13:36 -0400

On Jun 20, 2004, at 11:12 AM, Koen van der Drift wrote:

id aFile = [[NSBundle mainBundle] pathForResource:@"modifications" ofType:@"plist"];


Aaarrrgghhh - I had an error in my plist, which is why the file wasn't loaded into the NSDictionary.

The error was, I had:

<key>@"key A"</key>
<value> myFloatA</value>


but in a plist that should be:

<key>@"key A"</key>
<string> myFloatA</string >



- Koen.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.


  • Follow-Ups:
    • Re: debugging a static variable
      • From: Sam McCandish <email@hidden>
References: 
 >debugging a static variable (From: Koen van der Drift <email@hidden>)

  • Prev by Date: sortedArrayUsingFunction:context: why context is of type void?
  • Next by Date: NSButton behavior
  • Previous by thread: Re: debugging a static variable
  • Next by thread: Re: debugging a static variable
  • Index(es):
    • Date
    • Thread