Incompatible pointer types assiging to "UIViewController" *_Nullable' from 'AppDelegate*'
本人遇到此问题的情况:在AppDelegate.h中判断版本号时,进行跳转引导页或主控制器。
self.window.rootViewController =[self initRootVc];//注意此处不能调用以init开头的方法,要改为其他名字
eg:[self firstVc];
//调用此方法返回一个控制器,作为程序的根控制器。