why would I get <true></true> in coredata metadata plist?
why would I get <true></true> in coredata metadata plist?
- Subject: why would I get <true></true> in coredata metadata plist?
- From: Jesse Grosjean <email@hidden>
- Date: Tue, 28 Feb 2006 17:04:55 -0500
I'm getting this error when trying to load a core data document:
XML parser error:
Encountered non-empty <false> tag on line 1
Old-style plist parser error:
Malformed data byte group at line 1; invalid hex
Because the metadata plist has <true></true> in it instead of just
<true/>.
Does anyone know what could cause <true></true> to get written out
instead of <true/>. I'm using standard
setMetadata:forPersistentStore:
to add the metadata. And I don't get any save errors, so I think all
the plist objects in the metadata are valid. Any ideas of what I'm
doing wrong?
Thanks,
Jesse
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden