When I run my application i got this I see in my console this message \"Unknown class FirstViewController in Interface Builder file.\"
I am running TabBar applicati
This happened to me just after Git merge and resolving few conflicts.
It had screwed up my XCode project.
I tried all over the StackOverflow. At first I thought my Custom class .m file hasn't been added to the Compile Sources class list. But it's one case, however even after adding it, it gave me same issue back.
How I resolved:
.xib
file and its backing custom class .m
and .h
files.Cheers!
Sometimes it happens when you change target name for some reason, you have then to open storyboard as source file, then search for old target name, replace it with the new name, should work if it is the case, hope it helps.
It is kinda hard to understand your comments, but I think you may have deleted the FirstViewController
but forgot to change all the references to it. you may need to go to MainWindow.xib and look for all FirstViewController UI components and delete them