Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialMike Hansen
Python Web Development Techdegree Student 3,419 PointsUnknown class _TtC9Algorythm14ViewController in Interface Builder file.
Overtime i start the app i get this error in the console output with a lot of other weird things. I searched the problem up on Google and on multiple sites they say that it's probably because i renamed a class but i don't know what i should have changed. What should i look after?
1 Answer
Greg Kaleka
39,021 PointsHi Mike,
Yes it probably is a renamed class, and in particular, a view controller class. Take a look at the identity inspector in your storyboard, and make sure your view controllers all have the correct class still.
Let me know if that fixes it!
Happy coding
-Greg