Validating dictionary strings file
Validating dictionary strings file
- Subject: Validating dictionary strings file
- From: Gideon King <email@hidden>
- Date: Mon, 21 Nov 2011 15:33:12 +1000
Hi, I'm trying to use NSDictionary's dictionaryWithContentsOfFile: method and am getting an error: CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
The entire file is of the format:
/*some comment */
"Some string" = "Some other string";
Clearly there is some formatting error in the file but it is a rather large file and would take a very long time to manually go through and find the issue - is there some tool available that will tell me where to look in the file for the error?
Thanks
Gideon
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden