0

我发布了一个 iOS 应用程序,它使用基本的 CoreData 模型来跟踪其数据。该数据模型从未改变。我已经使用 Xcode 4.6.1 创建了应用程序的企业版本。当我在设备上安装该版本而不是我以前的版本并尝试运行它时,我受到以下欢迎:

...
NSStoreType = SQLite;
        NSStoreUUID = "7DFC22FD-805E-4AED-B5F8-B1AE1FC829A8";
        "_NSAutoVacuumLevel" = 2;
    }, reason=Can't find model for source store}, {
        URL = "file://localhost/var/mobile/Applications/D8B9F67D-9B00-439D-AC06-2582EBBE2441/Documents/YourMother.sqlite";
        metadata =     {
            NSPersistenceFrameworkVersion = 419;
            NSStoreModelVersionHashes =         {
...

Mar 26 16:52:02 iPad backboardd[63] <Warning>: Application 'UIKitApplication:com.your.mother[0xdbef]' exited abnormally with exit status 255

如何创建更新?

4

1 回答 1

0

使用 Xcode 4.5 创建版本。

于 2013-03-26T16:06:44.220 回答