美文网首页
XCode warning:“View Controller”

XCode warning:“View Controller”

作者: 秀大大 | 来源:发表于2018-08-21 16:54 被阅读218次

Unsupported Configuration: “View Controller” is unreachable because it has no entry points, and no identifier for runtime access via -[UIStoryboard instantiateViewControllerWithIdentifier:].

直译:不支持的设置:"View Controller"是不能被取到的,因为它没有程序入口指针,也没有标识符以供方法[UIStoryboard instantiateViewControllerWithIdentifier:]在运行时获取。

分析:相当于你创了一个UIViewController却什么都没设置。

解决方案:干掉,或者起个标识符并使用。

相关文章

网友评论

      本文标题:XCode warning:“View Controller”

      本文链接:https://www.haomeiwen.com/subject/hnujiftx.html