I am an aspiring developer and would like some help with this issue, that is super annoying.
Any Idea why I am getting this message?
Thread 1: "[<UIViewController 0x7ff3bdc08a80> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key leadingHome."
I have tried:
You can download my project at: https://www.icloud.com/iclouddrive/0vC-WfbeKKjLa6V05ofqhyayw#Riddle_Wednesday
Thanks so much in advance!
Any Idea why I am getting this message?
Thread 1: "[<UIViewController 0x7ff3bdc08a80> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key leadingHome."
I have tried:
Deleting home and re-adding it
reconnecting all the points on the home controller
Deleting the class and re-adding it
Making a new class and changing Home over to it
Setting the constraints and menu button itself to the class
You can download my project at: https://www.icloud.com/iclouddrive/0vC-WfbeKKjLa6V05ofqhyayw#Riddle_Wednesday
Thanks so much in advance!
Thanks for showing the link.Here is a link to it on google drive.
And as far as I checked your Main.storyboard, almost all the Custom Class settings are broken.
For example, your Home Scene:
Code Block Class [Home ] Module [None ] //<- This should not be `None` for Swift classes [ ] Inherit Module From Target
Module of Swift classes need to be set to your AppModuleName. Usually when you check on Inherit Module From Target, Xcode will do it.
Code Block Class [Home ] Module [Riddle_Wednesday ] [v] Inherit Module From Target
You may need to re-check the Custom Class settings of all the view controllers (and all other components using custom Swift class).