Create a subclass of UITableViewController in Swift and name it FruitsTableView...override func tableView(_ tableView: UITableView, cellForRowAt indexPath: I...
The Problem is in NSFetchedResultsChangeMove handling. If indexPath with newIndexPath are equal, then the error occures. Fix: case NSFetchedResultsChange...