Unknown class FirstViewController in Interface Builder file

前端 未结 9 1832
庸人自扰
庸人自扰 2020-12-06 09:52

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

9条回答
  •  庸人自扰
    2020-12-06 10:47

    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.

提交回复
热议问题