首页 > 代码库 > Incompatible pointer types assiging to "UIViewController" *_Nullable' from 'AppDelegate*'
Incompatible pointer types assiging to "UIViewController" *_Nullable' from 'AppDelegate*'
Incompatible pointer types assiging to "UIViewController" *_Nullable‘ from ‘AppDelegate*‘
本人遇到此问题的情况:在AppDelegate.h中判断版本号时,进行跳转引导页或主控制器。
self.window.rootViewController =[self initRootVc];//注意此处不能调用以init开头的方法,要改为其他名字
eg:[self firstVc];
//调用此方法返回一个控制器,作为程序的根控制器。
Incompatible pointer types assiging to "UIViewController" *_Nullable' from 'AppDelegate*'
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。