XCode warning:“View Controller” is unreachable because it has no entry points
Posted 一人前行
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了XCode warning:“View Controller” is unreachable because it has no entry points相关的知识,希望对你有一定的参考价值。
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” is unreachable because it has no entry points的主要内容,如果未能解决你的问题,请参考以下文章
xcode在用clang编译cairo库的时候出现的error和warning
如何删除 Xcode 警告 Apple Mach-O Linker Warning 'Pointer notalign at address
Xcode 8 用处不大的新特性:CLANG_WARN_INFINITE_RECURSION
XCode warning:“View Controller” is unreachable because it has no entry points