Is it possible to generate a .xcdatamodel (CoreData data model) from an existing SQLite database file?
I\'ve developed a SQLite database and written a Java API again
Try the following tool which wil generate the Datamodel from existing Sqlite
https://github.com/tapasya/Sqlite2CoreData