Incompatible pointer types assiging to "UIViewController" *_Nullable' from 'AppDel
Posted 举个栗子
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Incompatible pointer types assiging to "UIViewController" *_Nullable' from 'AppDel相关的知识,希望对你有一定的参考价值。
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 'AppDel的主要内容,如果未能解决你的问题,请参考以下文章
Incompatible pointer types assiging to "UIViewController" *_Nullable' from 'AppDel
错误:从不兼容的指针类型[-Werror = incompatible-pointer-types]初始化。读取= dev_read,Linux
为啥 getFragmentManager 会导致 Incompatible Type 错误? [关闭]
The return type is incompatible with JspSourceDependent.getDependants():JasperException问题分析与解决方法(示例代
Data Binding Android - Type parameter T has incompatible upper bounds : ViewDataBinding and MainAct(
Hive指定位置增加字段及解决columns have types incompatible with the existing columns in their respective positio