segmentio/analytics-ios

Getting warning: Pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified)

viktor-malieichyk opened this issue · 0 comments

Xcode version 12.5

warning points to method - (void)saveAnonymousId:(NSString *)anonymousId; in SEGIntegrationsManager.h

sample project in which this warning occurs:
https://github.com/viktor-malieichyk/analytics_warning