segmentio/analytics-ios

XCode 12.5 Pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified)

zbencz3 opened this issue · 1 comments

On Xcode 12.5 the tag 4.1.4 has the warning: "Pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified)"

warning

Since we treat warning as errors, it would show up as an actual error. Please annotate the method to avoid the warning.

Same issue reported here.

@zbencz3 we merged a fix and released it in analytics-ios 4.1.5 #999

please update and feel free to reopen if you are still running into issues.