Re: What in the world?
Re: What in the world?
- Subject: Re: What in the world?
- From: Ali Ozer <email@hidden>
- Date: Tue, 11 May 2004 17:28:14 -0700
-------------------
2004-05-11 19:34:19.733 MyApp[803] CFLog (0):
CFPropertyListCreateFromXMLData(): plist parse failed; the data is
not proper UTF-8. The file name for this data could be:
/System/Library/Frameworks/Foundation.framework/Resources/types.plist
The parser will retry as in 10.2, but the problem should be corrected
in the plist.
-------------------
The changes I made to my code didn't even have a chance to execute
... this happened as soon as I launched the app. Apparently, this
means the plist is corrupt, according to Google. I am the only one who
uses this computer and I don't make a habit (as in 'I never') of going
into the frameworks and messing with files. I *know* I'd have
remembered authenticating to make a change ...
The provided name is not always accurate (Hence the "The file name for
this data could be:"). Another way to see where this is happening is to
put a breakpoint on CFLog() and see whether the backtrace provides any
clues.
Ali
_______________________________________________
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.