Note that there are some explanatory texts on larger screens.

plurals
  1. POCoreData-Project with two entities
    text
    copied!<p>I've two tableViews in my app and the user should be able add objects to both of them. With one tableView it works fine (there's only one coreData <strong>entity</strong>). But when I add another entity and do the same things as with just one tableView, xcode shows me an error.</p> <p>The output is:</p> <pre><code> Unresolved error Error Domain=NSCocoaErrorDomain Code=134100 "The operation couldn’t be completed. (Cocoa error 134100.)" UserInfo=0x10333d80 {metadata={ NSPersistenceFrameworkVersion = 419; NSStoreModelVersionHashes = { Buy = &lt;883135e4 2884b0ed 4bb8fc1c 7d56c229 fbae3090 91be719d 73ac5d66 65e70b18&gt;; }; NSStoreModelVersionHashesVersion = 3; NSStoreModelVersionIdentifiers = ( "" ); NSStoreType = SQLite; NSStoreUUID = "..."; "_NSAutoVacuumLevel" = 2; }, reason=The model used to open the store is incompatible with the one used to create the store}, { metadata = { NSPersistenceFrameworkVersion = 419; NSStoreModelVersionHashes = { Buy = &lt;883135e4 2884b0ed 4bb8fc1c 7d56c229 fbae3090 91be719d 73ac5d66 65e70b18&gt;; }; NSStoreModelVersionHashesVersion = 3; NSStoreModelVersionIdentifiers = ( "" ); NSStoreType = SQLite; NSStoreUUID = "..."; "_NSAutoVacuumLevel" = 2; }; reason = "The model used to open the store is incompatible with the one used to create the store"; } (lldb) </code></pre> <p>I've tried to solve this for hours, but I did the same thing in the second tableView as in the first.</p> <p>Maybe someone could help me. Thanks in advancen</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload