मैं कुछ समय के लिए आईओएस ऐप पर काम कर रहा हूं, अचानक जब भी मैं आईओएस 5.1 सिम्युलेटर में ऐप चलाता हूं तो मुझे अचानक क्रैश मिल रहा है।एक्सकोड 4.3 लगातार स्टोर लोड करने में असमर्थ UserDictionary.sqlite
ऐप कोर डेटा का उपयोग नहीं करता है और मुझे यकीन नहीं है कि इसके बारे में क्या लाया गया है।
मैंने सिम्युलेटर से ऐप हटा दिया है, साफ किया है, और पुनर्निर्माण किया है लेकिन कुछ भी मदद नहीं करता है।
Unable to load persistent store at URL 'file://localhost/Users/jcottrell/Library/Application%20Support/iPhone%20Simulator/5.1/Library/Keyboard/UserDictionary.sqlite' ({
metadata = {
NSPersistenceFrameworkVersion = 407;
NSStoreModelVersionHashes = {
UserDictionaryEntry = <f0c9025b 602122f9 37a4e274 bdaacec1 b9a66f83 fca5c43b bed5e80a 6baee338>;
};
NSStoreModelVersionHashesVersion = 3;
NSStoreModelVersionIdentifiers = (
""
);
NSStoreType = SQLite;
NSStoreUUID = "43DABF34-7F7E-4FE9-B78D-8AF64292A967";
"_NSAutoVacuumLevel" = 2;
};
reason = "The model used to open the store is incompatible with the one used to create the store";
})
क्या आपने एक्सकोड (4.4/4.5) का बाद का संस्करण स्थापित किया था? मैंने किया, वही समस्या मेरे साथ हुई। –
हाँ, मुझे लगता है कि यह कहां से आया था! – JonathanC
यह 4.4 पर भी एक मुद्दा है। – rjstelling