iOS 14: Core Data (NSFetchedResultsController) crash with PFArray / PFMutableProxyArray

Have been getting many crash reports connected to Core Data since iOS 14 was released. The crashes seems to be triggered internally when trying to access objects or sections from NSFetchedResultsController. Here are some examples:

Code Block
💥 CoreData: -[_PFMutableProxyArray objectAtIndex:]

Code Block
💥 CoreData: -[_PFArray objectAtIndex:]

Code Block
💥 CoreData: -[_PFArray subarrayWithRange:]

Does anyone else experience this? Any suggestions on how to get around it?

Thanks!
iOS 14: Core Data (NSFetchedResultsController) crash with PFArray / PFMutableProxyArray
 
 
Q