CLANG_WARN_NULLABLE_TO_NONNULL_CONVERSION removed?

139 Views Asked by At

Seems like CLANG_WARN_NULLABLE_TO_NONNULL_CONVERSION was removed in Xcode 8. It provided some really good warnings in case nil was passed to nonnull parameters/return types. Any idea why this was removed and whether there exists a replacement?

1

There are 1 best solutions below

0
Vladyslav Zavalykhatko On

I still see warning, when I pass nil to nonull expected method. Maybe it's enabled by default for now.