Skip to content

Pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) #14

@skyfoxa

Description

@skyfoxa

Hi, we can see some warning now in the latest SDK v 0.9.7 and actual xCode 11 saying:

Pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) for these declarations:

  • - (instancetype)initWithParams:(NSDictionary *)params; in ParticlePricingInfo.h
  • FOUNDATION_EXPORT NSString * const ParticleSDKErrorResponseBodyKey; in ParticleErrorHelper.h
  • + (NSString *)getErrorMessage:(nonnull NSDictionary *)response; in ParticleErrorHelper.h
  • + (NSString *)keychainValueForKey:(NSString * _Nonnull)key; in KeychainHelper.h

Could you please take a look and fix these warnings? The SDK works fine but still we would like to get rid of these warnings.

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