Created
February 23, 2013 11:30
-
-
Save level09/5019433 to your computer and use it in GitHub Desktop.
iphone test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2013-02-23 15:28:55.921 aamobile[2477:1703] Reachability: -R ------- | |
2013-02-23 15:28:56.170 aamobile[2477:907] App Delegate: Core Data: Persistent Store Cooordinator: Error Occured | |
2013-02-23 15:28:56.196 aamobile[2477:907] Unresolved error Error Domain=NSCocoaErrorDomain Code=134100 "The operation couldn’t be completed. (Cocoa error 134100.)" UserInfo=0x1cdbce60 {metadata={ | |
NSPersistenceFrameworkVersion = 419; | |
NSStoreModelVersionHashes = { | |
Article = <e67d71c4 ddc0413c df9937e9 2b014f29 534ea82e 09d3a64c 27027334 2bc03083>; | |
InfoView = <7c0835ba 31602ced 8f963e95 1be81967 9df533a1 70830baf 9ed8c76b bbc38a5b>; | |
Section = <82911e5d 90d03c46 df46d0b1 83c0f176 352f24fd e4db94d8 ed21e276 af06b326>; | |
SectionList = <ada1a794 3c26e5f5 49667729 b039f328 f84ad6b5 7fddb0e9 b1eaed00 9a47681a>; | |
SectionTime = <5582ff38 d5752191 adaf4f95 851ad77f 1b90e4c0 7db22931 441615e0 34b9f003>; | |
Settings = <db6b7786 05457faa 71b6d25a 001dee30 469ed7a4 aa9e748c 68077228 19cf92ef>; | |
Slider = <ea174aee f8cce0ba c031c588 bacda827 577f5858 fea78ef5 c3be5e55 ccef2f20>; | |
}; | |
NSStoreModelVersionHashesVersion = 3; | |
NSStoreModelVersionIdentifiers = ( | |
"" | |
); | |
NSStoreType = SQLite; | |
NSStoreUUID = "AD8B028B-A1DE-4530-9194-C8DDBF0FEBDE"; | |
"_NSAutoVacuumLevel" = 2; | |
}, reason=The model used to open the store is incompatible with the one used to create the store}, { | |
metadata = { | |
NSPersistenceFrameworkVersion = 419; | |
NSStoreModelVersionHashes = { | |
Article = <e67d71c4 ddc0413c df9937e9 2b014f29 534ea82e 09d3a64c 27027334 2bc03083>; | |
InfoView = <7c0835ba 31602ced 8f963e95 1be81967 9df533a1 70830baf 9ed8c76b bbc38a5b>; | |
Section = <82911e5d 90d03c46 df46d0b1 83c0f176 352f24fd e4db94d8 ed21e276 af06b326>; | |
SectionList = <ada1a794 3c26e5f5 49667729 b039f328 f84ad6b5 7fddb0e9 b1eaed00 9a47681a>; | |
SectionTime = <5582ff38 d5752191 adaf4f95 851ad77f 1b90e4c0 7db22931 441615e0 34b9f003>; | |
Settings = <db6b7786 05457faa 71b6d25a 001dee30 469ed7a4 aa9e748c 68077228 19cf92ef>; | |
Slider = <ea174aee f8cce0ba c031c588 bacda827 577f5858 fea78ef5 c3be5e55 ccef2f20>; | |
}; | |
NSStoreModelVersionHashesVersion = 3; | |
NSStoreModelVersionIdentifiers = ( | |
"" | |
); | |
NSStoreType = SQLite; | |
NSStoreUUID = "AD8B028B-A1DE-4530-9194-C8DDBF0FEBDE"; | |
"_NSAutoVacuumLevel" = 2; | |
}; | |
reason = "The model used to open the store is incompatible with the one used to create the store"; | |
} | |
2013-02-23 15:28:57.377 aamobile[2477:907] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'This NSPersistentStoreCoordinator has no persistent stores. It cannot perform a save operation.' | |
*** First throw call stack: | |
(0x320c22a3 0x39d5c97f 0x31e630db 0x31ebb6e3 0x8bc2b 0x393fb 0x6a307 0x6aecd 0x3a17411f 0x3a1734b7 0x3a174dcb 0x32095f3b 0x32008ebd 0x32008d49 0x35bca2eb 0x33f1e301 0x36fb5 0x34268) | |
libc++abi.dylib: terminate called throwing an exception |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment