Xcode7.2.1报错:Application windows are expected to have a root view controller at the end of applicati
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Xcode7.2.1报错:Application windows are expected to have a root view controller at the end of applicati相关的知识,希望对你有一定的参考价值。
原因:在较新的xcod上都会出现这种错误。在ios5之前的版本,应用加载时,需要一个root view controller,在iOS5以下的版本会有MainWindow作为启动文件,iOS5以后的版本没有了。需要手动创建一个root view controller。
添加如下代码即可:
self.window.rootViewController = [[UIViewController alloc]init];
以上是关于Xcode7.2.1报错:Application windows are expected to have a root view controller at the end of applicati的主要内容,如果未能解决你的问题,请参考以下文章
iOS 9.2.1 Xcode 7.2.1 UIPageControl 点被绘制在彼此之上
Xcode 真机调试报错:This application's application-identifier entitleme
Xcode 真机调试报错:This application's application-identifier entitleme