I want to use Core Data support for RestKit but when I change @synthesize to @dynamic, I've lost all getters and setters and I use them across all my app, in almost every model. What can I do to get my app up and running again without having to change all the code?
I was thinking of implementing all the getters and setters by myself but I think it should be a cleaner way to do this.