Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

libobjc.A.dylib crash in Crashlytics

I am getting this weird crash in Crashlytics and i dont understand what might be the problen. My app gets information from the network and saves in core data. Its also uses some location functionalities.

enter image description here

like image 389
Christos Chadjikyriacou Avatar asked Apr 27 '15 08:04

Christos Chadjikyriacou


1 Answers

My best guess would be to take a look @ the code where you're registering / de-registering for location change notifications & review against an example. (This idea is mainly prompted by the reference to key / value observation)

like image 129
gemmakbarlow Avatar answered Oct 21 '22 19:10

gemmakbarlow