Skip to content
This repository was archived by the owner on Apr 18, 2023. It is now read-only.

Nullability Issues - Xcode 10.3 #36

@SteveDCronin

Description

@SteveDCronin

I'm using Xcode 10.3 on macOS 10.14.5
I'm using CocoaPods to manage dependancies.
I've used both:
pod 'MSGraphClientSDK'
and
pod 'MSGraphMSALAuthProvider'
There are 37 Nullability Issue warnings (double that when using 'MSGraphMSALAuthProvider').
They're a real nuisance in an otherwise tight clean compile!
It may be that they can be ALL be cured by simply placing 'NS_ASSUME_NONNULL_BEGIN' & 'NS_ASSUME_NONNULL_END' macros around the 7 interface declarations in MSGraphMiddleWare.h, MSHTTPClient.h, MSURLSessionTask.h, MSBatchRequestStep.h, MSBatchResponseContent.h, MSLargeFileUploadTask.h, MSGraphOneDriveLargeFileUploadTask.h.
If the macros won't work then adding nullability to the various method signatures is pretty straightforward!
Don't be lazy! Please provide more carefully constructed code.
AB#6087

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions