Hi
I am creating an NSFetchedResultsController and setting the sectionNameKeyPath to a non nil value and am getting the following error when I perform the fetch:
API Misuse: Attempt to serialize store access on non-owning coordinator
This is on Mac OS Siera using XCode 8.1. Setting the sectionNameKeyPath to nil, and hence only creating a single section in the results has the effect of not causing the error.
Has anyone else had similar problems?
Michael