I have a basic stack, with a main queue root context and a main queue scratch context while the user is editing.
If I use an NSFetchedResultsController to fetch from the child context after it's saved, the controller always returns 0 sections. It works fine if the child context hasn't been saved yet, or if the NSFetchedResultsController targets the root context. I've opened a bug report with Apple #21889387 but it's blocking me in a production app, so if anyone can help, that'd be great!
I've created a unit test file that demonstrates the error here https://github.com/adly-holler/frc-child-context-bug
Thanks in advance!