Request for Help
Closed this issue · 8 comments
Matias Roldan
I have been using your CoreDataExample as a template to try to build an iPad SplitView App and I am having some problems. Could you please contact me so I can supply you with my code and help me with my problems.
Thanks
Hi!
Tell me more about your problem so I can figure it out.
Thanks
Matias
2012/2/28 dfadams <
reply@reply.github.com
Matias Roldan
I have been using your CoreDataExample as a template to try to build an
iPad SplitView App and I am having some problems. Could you please contact
me so I can supply you with my code and help me with my problems.Thanks
Reply to this email directly or view it on GitHub:
#1
Hey Adams,
I designed this example just for give my friend learning about core
data, but anyway please feel free to send me your code with your
questions. If it is possible I prefer from you open a public project
in GitHub.
Thanks!!
Gustavo
El día 28 de febrero de 2012 11:15, dfadams
reply@reply.github.com
escribió:
Matias Roldan
I have been using your CoreDataExample as a template to try to build an iPad SplitView App and I am having some problems. Could you please contact me so I can supply you with my code and help me with my problems.
Thanks
Reply to this email directly or view it on GitHub:
#1
Guys I have forked the CoreDataExample and added my project to it and a read me file. Can you take a look at it and help me out.
Thanks
Sure, I will try to take a look and let you know, hope soon ...
El día 29 de febrero de 2012 11:22, dfadams
reply@reply.github.com
escribió:
Guys I have forked the CoreDataExample and added my project to it and a read me file. Can you take a look at it and help me out.
Thanks
Reply to this email directly or view it on GitHub:
#1 (comment)
Matias & Gustavo
I have been trying to figure this out for days now and I can't do it. I am not a programmer and I'm trying to learn how to do all of this but the CoreData stuff is getting very tricky.
I have solved some of my problems but the main one still happens, I get an error when I try to add a new entry, this is the error:
Insurance-Needs-Calculator-PRO[360:fb03] -[InsurancePROMasterViewController addControllerContextDidSave:]: unrecognized selector sent to instance 0x6e1e440
2012-03-10 16:52:01.723 Insurance-Needs-Calculator-PRO[360:fb03] An observer of NSManagedObjectContextDidSaveNotification illegally threw an exception. Objects saved = {
inserted = "{(\n <Event: 0x6d28a40> (entity: Event; id: 0x6b27b10 x-coredata://5A9BF6E2-FD8E-4577-B675-48E85FC2A683/Event/p4 ; data: {\n eventID = "2012-03-10 05:52:01 +0000";\n name = Jeff;\n})\n)}";
updated = "{(\n)}";
} and exception = -[InsurancePROMasterViewController addControllerContextDidSave:]: unrecognized selector sent to instance 0x6e1e440 with userInfo = (null)
Can you please help me fix this, so it doesn't happen.
The other two remaining problems are to get the new entry to display without having to shut it down and also to save the edits that I do in the edit view.
Thanks heaps if you could look at this for me.
Regards
Daniel
Hi,
I can not reproduce your issue. Instead I found out a different issue regarding bad selectors.
2012-03-12 10:42:41.121 CoreDataExample[1457:207] -[NSManagedObject setLabels:]: unrecognized selector sent to instance 0x6b40390
What issue do you have now?
I was able to do some work on it and I have been able to fix the issue that was causing the error. I will update the code on GitHub tonight.
The only problem I have left now is the same problem that you have in your example. When you go to the edit screen and change the name it will change in the application but then when you exit out of the app and then go back in the changes are gone and it has gone back to the original name. It seems that the save to the CoreData is not working.
Any ideas on how to fix this? If I come up with something I will let you know as well.
Thanks for looking at this for me.
Daniel
Sent from my iPad
On 13/03/2012, at 12:46 AM, ideastouchreply@reply.github.com wrote:
Hi,
I can not reproduce your issue. Instead I found out a different issue regarding bad selectors.
2012-03-12 10:42:41.121 CoreDataExample[1457:207] -[NSManagedObject setLabels:]: unrecognized selector sent to instance 0x6b40390
What issue do you have now?
Reply to this email directly or view it on GitHub:
#1 (comment)
OK, let me know when ever you update the code and then I will try take a look on that ;-)