'My application is crashing and all I am getting is : -[UIImageView startAnimating] + 560 crash

My application is crashing and I am not getting location where it is crashing or what might have cause the crash.I have attached the crash report below.

Crashed: Thread
0  libobjc.A.dylib                0x33f0 objc_retain + 16
1  UIKitCore                      0x62b358 -[UIImageView startAnimating] + 560
2  UIKitCore                      0x3bc5d0 -[UIActivityIndicatorView startAnimating] + 52
3  Foundation                     0x683fc <redacted> + 808
4  libsystem_pthread.dylib        0x19a4 _pthread_start + 148
5  libsystem_pthread.dylib        0xea0 thread_start + 8


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source