Quite often I get random crashes
That point at Thread 7 Queue : com.parse.PFPinningEventuallyQueue.synchronization (serial)
with output of:
'NSInvalidArgumentException', reason: '*** -[__NSArrayM insertObject:atIndex:]: object cannot be nil'
This happens at random places in the app I'm using Parse 1.9.0 on Xcode 7.0 (recently upgraded to 7.0.1 but it didn't help).
Any idea what should I do?
Thanks