I started implementing this framework in a project and for some reason it seems to crash at the database creation (I think during the tables creation).
Then once it has crashed once (and the empty database was created) it work but I have this error :
Couldn't retrieve data from database: no such table: Account
Here are my models, nothing really fancy about them.
My bad, I used xcode to correct automatically the warnings in the framework, turns out it was not such a good idea.
I had change a %s in %@ which made the compiler happy, but not at runtime !
Hi,
I started implementing this framework in a project and for some reason it seems to crash at the database creation (I think during the tables creation). Then once it has crashed once (and the empty database was created) it work but I have this error : Couldn't retrieve data from database: no such table: Account
Here are my models, nothing really fancy about them.
I could use a hint :/