App crashes on adding new entity to core data model
Ok so I was looking for a way to store data to persistent storage in my app. Since I am building an HTML5 app, my first solution was to store data using the now deprecated WebSql database (indexedDB was only introduced in iOS 8!). Now I had the basic data Read more

