Re: debugging a static variable
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.