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
Right click on Storyboard --> Open As --> Source Code
Find your unknown class name in the storyboard source file. It may be because you have accidentally assigned a custom class name for one of your UIView subclass'.