What in the world?
What in the world?
- Subject: What in the world?
- From: J Nozzi <email@hidden>
- Date: Tue, 11 May 2004 19:48:59 -0400
Hello, list:
I made a minor change to the dealloc code for a custom object and hit
build-n-run. The following showed up in the run log.
-------------------
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 ...
How the hell did *that* happen?
I tried cleaning the target, restarting XCode, rebooting, and none of
that worked.
I saved a copy of the file and replaced it with a 'transplant' from
another system with the same dev tools version. Well that didn't work
either, so I swapped it back.
What caused it and how do I fix it?
- J
_______________________________________________
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.