I am stumped by this problem. I've searched and tried all of the other solutions regarding this error.
Unknown class _TtC4Addr24difficultyViewController in Interface Builder file.
The original name of the class it's trying to find is "difficultyViewController", but I renamed it to "HomeViewController" in the code and I am now getting this error. The view in the storyboard is pointing to the correct class (HomeViewController), yet I am still receiving this error. Does anybody know how to fix this problem?
A few things helped me solve this problem.