Fellows!
I have an app using Core Data where I created one Entity (let's call "Entity1") and one attribute. I implemented it and the app was running perfectly. It was reading, writing and deleting datas.
So, I created a second entity ("Entity2") and I didn´t implement any code related to "Entity2". However, neither "Entity1" nor "Entity2" was running anymore.
After that, I deleted "Entity2" and the app started working perfectly again.
Could you tell me if there is any secret to create multiple entities in Core Data.