Have been getting many crash reports connected to Core Data since iOS 14 was released. The crashes seems to be triggered internally with PFArray when trying to access objects or sections from NSFetchedResultsController. Here are three examples:
CoreData: -[_PFMutableProxyArray objectAtIndex:]
CoreData: -[_PFArray objectAtIndex:]
CoreData: -[_PFArray subarrayWithRange:]
Does anyone else experience this? Any suggestions on how to get around it? Or should I file a bug report to Apple?