[Solved] Fetch already saved .sqlite file using core data iOS swift4
Core Data uses SQLite but it is not a SQLite wrapper, it’s a different API that happens to use SQLite as an implementation detail. As a result it has its own ideas about how the schema should be set up and will not attempt to read any other schema. Unless you designed your SQLite data … Read more