ApplETS / ETSMobile-iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ETSCourseDetailViewController.m line 198

clubapplets-server opened this issue · comments

in -[ETSCourseDetailViewController synchronization:didReceiveDictionary:]

  • Number of crashes: 139
  • Impacted devices: 139

There's a lot more information about this crash on crashlytics.com:
https://fabric.io/applets/ios/apps/ca.etsmtl.applets.etsmobile/issues/5554ce8ef505b5ccf0d2ebec

Cannot reproduce.
While doing some investigation, I saw that we use the NSManagedObjectContext save method without checking if the object exist (Can be nil according to Apple's documentation).
I might have fixed the bug but since I cannot reproduce it nor test it, it's hard to validate.

This one is on hold for the moment.