Re: Default Core Data errors
Re: Default Core Data errors
- Subject: Re: Default Core Data errors
- From: Rick Mann <email@hidden>
- Date: Wed, 14 Oct 2009 10:32:00 -0700
On Oct 14, 2009, at 09:51:15, Volker in Lists wrote:
Rick,
which StoreType are you using? If it is XML it could be worth
looking into the raw xml. Otherwise more information on the model
and any special methods (if any) could be useful. Any changes to the
standard CoreData template provided by Xcode?
Is the file readable at all from finder using a hex editor or any
command line call that accesses the file content? Just to make sure
it is not a problem at another level.
I changed it to XML to take a look, and it seems valid:
<?xml version="1.0"?>
<!DOCTYPE database SYSTEM "file:///System/Library/DTDs/CoreData.dtd">
<database>
<databaseInfo>
<version>134481920</version>
<UUID>8258EA9F-50BF-47F5-9D50-926A679A3CAD</UUID>
<nextObjectID>102</nextObjectID>
<metadata>
<plist version="1.0">
<dict>
<key>NSPersistenceFrameworkVersion</key>
<integer>246</integer>
<key>NSStoreModelVersionHashes</key>
<dict>
<key>PlugInInstance</key>
<data>
kyaLbHd5FsUZW4WHvHM86xum+H2tygpxb+UTc6dyIhQ=
</data>
</dict>
<key>NSStoreModelVersionHashesVersion</key>
<integer>3</integer>
<key>NSStoreModelVersionIdentifiers</key>
<array></array>
</dict>
</plist>
</metadata>
</databaseInfo>
</database>
_______________________________________________
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