Skip to content
New issue

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

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

Open
skyfoxa opened this issue Sep 26, 2019 · 1 comment

Comments

@skyfoxa
Copy link

skyfoxa commented Sep 26, 2019

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.

@RaimundasSakalauskas
Copy link
Contributor

RaimundasSakalauskas commented Sep 26, 2019

Hello, thank you for reporting this. I am creating myself an internal ticket for this. Don't have the timeline for this, but will update this thread when this is done.

Meanwhile, is there any way I can talk to you via email? In Q4 we want to better understand how people use our mobile libs and how we could make them better for everyone. If you could share how you use them and what could benefit you, it would be highly appreciated. My email is [email protected].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants