出现 warning "Unknown class _??????????View in Interface Builder file."的原因

Posted 锅仔排骨

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了出现 warning "Unknown class _??????????View in Interface Builder file."的原因相关的知识,希望对你有一定的参考价值。

我的代码在编译的时候出现如下警告信息:

Unknown class _TtC12Assignment018TestView in Interface Builder file.

这是由于用Storyboard设计的情况下,没有为有的View建立相对应的ViewController,而是用的默认的controller。(是UIView的话,就是UIViewController;UITableView的话,就是UITableViewController,而不是你自己写的一个Controller)这时候就会出这个警告。解决的办法就是建一个Controller,并关联相应的View。

以上是关于出现 warning "Unknown class _??????????View in Interface Builder file."的原因的主要内容,如果未能解决你的问题,请参考以下文章

运行报警告UserWarning: Unknown extension is not supported and will be removed warn(msg)

[Vue warn]: Unknown custom element: <Top> - did you register the component correctly?

给出部分代码,jsp中出现unknown tag(html:text),unknown tag(html:error)等标签警告

[Vue warn]: Unknown custom element: – did you register the component correctly? 详细查错思路

[Vue warn]: Unknown custom element: – did you register the component correctly? 详细查错思路

[Vue warn] Unknown custom element <el-image>