So when I turn off NSPersistentHistoryTrackingKey I get this error then the App Crashes:
error: Store opened without NSPersistentHistoryTrackingKey but previously had been opened with NSPersistentHistoryTrackingKey - Forcing into Read Only mode store at ...
CoreData: error: Store opened without NSPersistentHistoryTrackingKey but previously had been opened with NSPersistentHistoryTrackingKey - Forcing into Read Only mode store at...
error: (8) attempt to write a readonly database
CoreData: error: (8) attempt to write a readonly database
File is in Read Only mode due to Persistent History being detected but NSPersistentHistoryTrackingKey was not included
How do I turn it off without having this happen?
Ray