I recently received this app after updating to Crashlytics 3.0 Not sure if it comes from my code or something else. The crash report is untraceable
Here is
It happens with me many times. just add Strong reference for every NSArray in your code. and then you will never see the error like you have seen.
NSArray
Better use the below code:
@property(strong) NSArray *myArray.