Skip to content

pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) #34

@AlexPan1992

Description

@AlexPan1992

Hi,

When using the SDK in Xcode, there are many warnings like:

pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified)

It would be great if the headers could be updated with proper nullability specifiers (e.g. _Nonnull / _Nullable) or wrapped with NS_ASSUME_NONNULL_BEGIN/END. This will remove warnings and improve Swift interoperability.

Thanks!

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions