Expected method to read dictionary element not found on object of type NSMutableArrayの警告が出ます。
画面遷移の際の
classViewController.records = [[LessonManager sharedManager].lessons[self.collectionView.indexPathsForSelectedItems]records];
で
Expected method to read dictionary element not found on object of type NSMutableArray
と警告が発生します 印はLessonManagerのところについています。
どのように直せばいいのでしょうか。