iOS 5.1のシミュレータでアプリを実行するたびに、私はしばらくの間iOSアプリケーションで作業していましたが、突然次のクラッシュが発生しています。XCode 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";
})
Xcode(4.4/4.5)のそれ以降のバージョンをインストールしましたか?私は、同じ問題が私に起こった。 –
はい、私はそれがどこから来たのだと思います! – JonathanC
これも4.4の問題です。 – rjstelling