project-imas / encrypted-core-data

v2.0 - iOS Core Data encrypted SQLite store using SQLCipher
Other
785 stars 236 forks source link

Xcode 10 - Missing old model #312

Open JackCostigan opened 5 years ago

JackCostigan commented 5 years ago

When I attempt to compile my project that uses encrypted-core-data on Xcode 10 I get the following error:

Error Domain=EncryptedStoreErrorDomain Code=6001 "(null)" UserInfo={EncryptedStoreErrorMessage=Missing old model, cannot check database} with userInfo dictionary { EncryptedStoreErrorMessage = "Missing old model, cannot check database";

The error occurs when re-installing the app. This error did not occur on Xcode 9.

It may be related to this other issue? https://github.com/project-imas/encrypted-core-data/issues/294