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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to