切换根控制器

    Incompatible pointer types assiging to "UIViewController" *_Nullable' from 'AppDelegate*'

本人遇到此问题的情况:在AppDelegate.h中判断版本号时,进行跳转引导页主控制器。 

    self.window.rootViewController =[self initRootVc];//注意此处不能调用以init开头的方法,要改为其他名字

eg:[self firstVc];

//调用此方法返回一个控制器,作为程序的根控制器。

原文地址:https://www.cnblogs.com/lyjpost/p/5847346.html