Re: Is CoreData on iOS ready for prime time for serious work?

2013-02-14 Thread Laurent Daudelin
Thanks, Hunter. I'll consider the newer option. -Laurent. -- Laurent Daudelin AIM/iChat/Skype:LaurentDaudelin http://www.nemesys-soft.com/ Logiciels Nemesys Software laur...@nemesys-soft.com On Feb 14, 2013, at 09:03, Hunter

Re: Is CoreData on iOS ready for prime time for serious work?

2013-02-14 Thread Gary L. Wade
On Feb 14, 2013, at 9:03 AM, Hunter Hillegas wrote: > One thing to keep in mind is that Core Data uses exceptions internally as > part of its normal operation. If you break on exceptions, you'll end up in > the debugger quite a bit but it's not because anything is broken, just the > way Core D

Re: Is CoreData on iOS ready for prime time for serious work?

2013-02-14 Thread Hunter Hillegas
I've used Core Data a ton in apps since it was introduced on iOS. I've also used NSFetchedResultsController quite a bit and I've helped others with their Core Data code. One thing to keep in mind is that Core Data uses exceptions internally as part of its normal operation. If you break on excep

Re: Is CoreData on iOS ready for prime time for serious work?

2013-02-13 Thread Mark Woollard
I've used CoreData extensively in various apps developed over several years, including multi-threaded use on two or more threads, and across multiple data stores. Like you have used the confinement method. I've found it very reliable except when bugs have broken the confinement model. Then thing

Is CoreData on iOS ready for prime time for serious work?

2013-02-13 Thread Laurent Daudelin
I just added CoreData to an app I'm working on. I've been working with CoreData for about a year, not exclusively but pretty regularly so I think I'm experienced enough to set it up properly. However, our testers are experiencing what I feel is more than normal crashes in the main part of the a