text Xcode可空性警告

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text Xcode可空性警告相关的知识,希望对你有一定的参考价值。

In the Build Settings tab of a project's target, find the custom compile flag 
key for the following entry: 

    Other Warning Flags 

Set that flag's value to:

    -Wno-nullability-completeness 

See: https://stackoverflow.com/a/37691096/155167

以上是关于text Xcode可空性警告的主要内容,如果未能解决你的问题,请参考以下文章

RCTLinking > 问题 > 指针缺少可空性类型说明符(_Nonnull、_Nullable 或 _Null_unspecified)

可空引用类型 - 通过接受的参数返回类型可空性

Pyspark 模式:如何检查可空性?

Kotlin Spring bean 验证可空性

我可以更改 Spark 数据框中列的可空性吗?

匹配参数的可空性和返回类型的泛型类型参数