Re: debugging a static variable
Re: debugging a static variable
- Subject: Re: debugging a static variable
- From: Sam McCandish <email@hidden>
- Date: Sun, 20 Jun 2004 13:37:34 -0400
Not <float>1.234</float> ?
On Sun, 20 Jun 2004 13:13:36 -0400, Koen van der Drift
<email@hidden> wrote:
>
>
>
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.