microsoftconnect/ms-intune-tunnel-sdk-ios

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

francois-faure opened this issue · 3 comments

Hi team,
I'am trying to use the latest release of the tunnel SDK 1.0.8, but I get this error when building with XCode 14.3.1.
Your help will be welcome.

Screenshot 2023-08-29 at 17 43 27

This issue happen in MicrosoftTunnel.h

Thanks for bringing this up, I have made the code change for this in our source repo, and we will push this out with the next release.

In the meantime, you can manually update that line in the .h file to the following:

- (void)onTunnelConfigurationAvailable:(MicrosoftTunnelConfiguration* _Nonnull) config;

Thank you very much @mikeliddle for the fix.

Fixed in #16