Skip to content

Instantly share code, notes, and snippets.

@hartbit
Created February 18, 2011 18:06
Show Gist options
  • Save hartbit/834104 to your computer and use it in GitHub Desktop.
Save hartbit/834104 to your computer and use it in GitHub Desktop.
2011-02-18 19:02:10.619 Gravicube[261:307] Store error Error Domain=NSCocoaErrorDomain Code=134100 "The operation couldn’t be completed. (Cocoa error 134100.)" UserInfo=0x14ffd0 {metadata=<CFBasicHash 0x14fe80 [0x3ea4f9fc]>{type = immutable dict, count = 7,
entries =>
2 : <CFString 0x14fc00 [0x3ea4f9fc]>{contents = "NSStoreModelVersionIdentifiers"} = <CFArray 0x14fd00 [0x3ea4f9fc]>{type = immutable, count = 0, values = ()}
4 : <CFString 0x14fc70 [0x3ea4f9fc]>{contents = "NSPersistenceFrameworkVersion"} = <CFNumber 0x14ca50 [0x3ea4f9fc]>{value = +251, type = kCFNumberSInt64Type}
6 : <CFString 0x14fca0 [0x3ea4f9fc]>{contents = "NSStoreModelVersionHashes"} = <CFBasicHash 0x14fdc0 [0x3ea4f9fc]>{type = immutable dict, count = 2,
entries =>
0 : <CFString 0x1440e0 [0x3ea4f9fc]>{contents = "Cell"} = <CFData 0x14fd70 [0x3ea4f9fc]>{length = 32, capacity = 32, bytes = 0xd49ae8ea07aa10b304a52f5e67202d85 ... 9b75f774b3f2ea79}
2 : <CFString 0x11c3a0 [0x3ea4f9fc]>{contents = "Puzzle"} = <CFData 0x14fd20 [0x3ea4f9fc]>{length = 32, capacity = 32, bytes = 0x232fcc612551859ea00b233347f0377c ... 377e81852a6ab756}
}
7 : <CFString 0x3e8f9510 [0x3ea4f9fc]>{contents = "NSStoreUUID"} = <CFString 0x14f8b0 [0x3ea4f9fc]>{contents = "E36D22C2-C57A-4897-A631-3DC21DBB61DA"}
8 : <CFString 0x3e8f93b0 [0x3ea4f9fc]>{contents = "NSStoreType"} = <CFString 0x3e8f9550 [0x3ea4f9fc]>{contents = "SQLite"}
9 : <CFString 0x14fc50 [0x3ea4f9fc]>{contents = "_NSAutoVacuumLevel"} = <CFString 0x126a10 [0x3ea4f9fc]>{contents = "2"}
10 : <CFString 0x14fcd0 [0x3ea4f9fc]>{contents = "NSStoreModelVersionHashesVersion"} = <CFNumber 0x124e50 [0x3ea4f9fc]>{value = +3, type = kCFNumberSInt32Type}
}
, reason=The model used to open the store is incompatible with the one used to create the store}, {
metadata = {
NSPersistenceFrameworkVersion = 251;
NSStoreModelVersionHashes = {
Cell = <d49ae8ea 07aa10b3 04a52f5e 67202d85 f4e8a3e3 8079d074 9b75f774 b3f2ea79>;
Puzzle = <232fcc61 2551859e a00b2333 47f0377c 1111af19 de2d3cd8 377e8185 2a6ab756>;
};
NSStoreModelVersionHashesVersion = 3;
NSStoreModelVersionIdentifiers = (
);
NSStoreType = SQLite;
NSStoreUUID = "E36D22C2-C57A-4897-A631-3DC21DBB61DA";
"_NSAutoVacuumLevel" = 2;
};
reason = "The model used to open the store is incompatible with the one used to create the store";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment