In your Main.storyboard, you have a scene called Favorite Reminder View Controller.
There, you have two labels, one is connected to dateLabel of FavoriteReminderViewController.
And the other is connected to both reminderLabel and titleLabel of FavoriteReminderViewController.
But your FavoriteReminderViewController does not have a label named reminderLabel, which is causing the error:
'[<RemindersApp.FavoriteReminderViewController 0x15150c2a0> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key reminderLabel.'
You may need to remove the wrong connection by pushing × shown in the Connection Inspector.
Topic:
Programming Languages
SubTopic:
Swift
Tags: