Troubleshooting - Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid update: invalid number of rows in section 0.
에러 CoreData를 통해 데이터를 저장하고 있으며, UITableView에 표시된 데이터가 삭제될 때는 deleteRows 메서드를 통해 제거하도록 처리하였음. ViewController.swift extension ViewController: UITableViewDelegate{ func tableView(_ tableView:...