We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On Xcode 12.5 the tag 4.1.4 has the warning: "Pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified)"
Same issue reported here.
The text was updated successfully, but these errors were encountered:
@zbencz3 we merged a fix and released it in analytics-ios 4.1.5 #999
analytics-ios 4.1.5
please update and feel free to reopen if you are still running into issues.
Sorry, something went wrong.
No branches or pull requests
On Xcode 12.5 the tag 4.1.4 has the warning: "Pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified)"
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.
The text was updated successfully, but these errors were encountered: