Re: Cannot create an NSPersistentStoreCoordinator with a nil model

2015-05-11 Thread Alex Kac
Yeah, I'm adding that to my code now. Thank you :) On Mon, May 11, 2015 at 2:10 PM, Ryan Dignard wrote: > It may be advantage to log whether the model file exists and if it does > exist if the permissions are correct. > > On Mon, May 11, 2015 at 1:06 PM, Alex Kac wrote: >> >> So I've only seen t

Re: Cannot create an NSPersistentStoreCoordinator with a nil model

2015-05-11 Thread Ryan Dignard
It may be advantage to log whether the model file exists and if it does exist if the permissions are correct. On Mon, May 11, 2015 at 1:06 PM, Alex Kac wrote: > So I've only seen this on OS X crashlytics, but one of my engineers > says he's seen some logs on iOS as well. So I'm not calling it an

Re: Cannot create an NSPersistentStoreCoordinator with a nil model

2015-05-11 Thread Alex Kac
So I've only seen this on OS X crashlytics, but one of my engineers says he's seen some logs on iOS as well. So I'm not calling it an OS X only issue yet. It would be interesting to see if this happens only on updates or new installs though… Great idea! Thanks. On Mon, May 11, 2015 at 2:03 PM, Mi

Re: Cannot create an NSPersistentStoreCoordinator with a nil model

2015-05-11 Thread Mike Abdullah
> On 11 May 2015, at 21:43, Alex Kac wrote: > > We have an app that's out in the wild, and as always there are weird > issues that sometimes show up then. This seems like it should never > happen or always happen. > > The crash is here: > > http://crashes.to/s/f382ed6e4ef > > Obviously we ha

Cannot create an NSPersistentStoreCoordinator with a nil model

2015-05-11 Thread Alex Kac
We have an app that's out in the wild, and as always there are weird issues that sometimes show up then. This seems like it should never happen or always happen. The crash is here: http://crashes.to/s/f382ed6e4ef Obviously we have a working model…its been shipped and working in hundreds of thous