Fixes an issue where the app will crash on launch.
Occurs after using any methods that involves NSFetchRequestResult, which is unavailable in iOS 9, but was not known as it wasn't flagged out by compiler when in development.
Tested to be able to recover from the launch crash loop, in simulated environment.
Fix #168.
Fixes an issue where the app will crash on launch.
Occurs after using any methods that involves
NSFetchRequestResult
, which is unavailable in iOS 9, but was not known as it wasn't flagged out by compiler when in development.Tested to be able to recover from the launch crash loop, in simulated environment.