Hello,
When I assign an NSFetchRequest to an NSFetchedResultsController instance and then try to use that same NSFetchRequest for a small query to the managedobjectcontext I get a memory bad access. Does that mean that every instance of NSFetchRequest can only be used once?
Thanks!