Xcode 2.0 sometimes logs messages during a batch procedure I do not understand:
2005-05-05 13:01:23.252 Test Project 2.0x[3333] CFLog (0): CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
2005-05-05 13:01:23.253 Test Project 2.0x[3333] CFLog (0): CFPropertyListCreateFromXMLData(): The file name for this data might be (or it might not): /System/Library/Frameworks/AppleScriptKit.framework/Versions/A/Resources/ASKPasteboardTypes.plist
2005-05-05 13:01:23.254 Test Project 2.0x[3333] CFLog (0): CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
2005-05-05 13:01:23.254 Test Project 2.0x[3333] CFLog (0): CFPropertyListCreateFromXMLData(): The file name for this data might be (or it might not): /System/Library/Frameworks/AppleScriptKit.framework/Versions/A/Resources/ASKPasteboardTypes.plist
2005-05-05 13:01:23.255 Test Project 2.0x[3333] CFLog (0): CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
2005-05-05 13:01:23.256 Test Project 2.0x[3333] CFLog (0): CFPropertyListCreateFromXMLData(): The file name for this data might be (or it might not): /System/Library/Frameworks/AppleScriptKit.framework/Versions/A/Resources/ASKPasteboardTypes.plist
Etc. etc.
2005-05-06 14:56:00.194 Test Project 2.0x[4657] CFLog (0): CFPropertyListCreateFromXMLData(): The file name for this data might be (or it might not): <plist resource in resource fork> of bundle: /Users/johndenheyer/Desktop/Vermeer kopie/trojan virussen/Christmas Icons
2005-05-06 14:56:00.195 Test Project 2.0x[4657] CFLog (0): CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
2005-05-06 14:56:00.196 Test Project 2.0x[4657] CFLog (0): CFPropertyListCreateFromXMLData(): The file name for this data might be (or it might not): <plist resource in resource fork> of bundle: /Users/johndenheyer/Desktop/Vermeer kopie/trojan virussen/Christmas Icons
2005-05-06 14:56:00.197 Test Project 2.0x[4657] CFLog (0): CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
2005-05-06 14:56:00.198 Test Project 2.0x[4657] CFLog (0): CFPropertyListCreateFromXMLData(): The file name for this data might be (or it might not): <plist resource in resource fork> of bundle: /Users/johndenheyer/Desktop/Vermeer kopie/trojan virussen/Christmas Icons
etc. etc.
They seem to appear randomly in the log window and have nothing to do with what I am working on.
I deleted the preferences but that did not make any differences.
Does anyone know what this means and should I worry about that?
Thanks,
John