microsoftgraph / msgraph-sdk-objc

Microsoft Graph SDK for Objective-C
MIT License
37 stars 21 forks source link

Downloaded Version?? #32

Closed SteveDCronin closed 5 years ago

SteveDCronin commented 5 years ago

Mojave 10.14.5 Xcode 10.2.1

Filed an issue regarding building using the instructions in readme for Carthage. Since that path had led to an error I simply pressed the 'Download' button on the webpage. The resultant Xcode project has 2 Products: MSGraphClientSDK.framework MSGraphClientSDKTests.xctest

The project builds BUT it 38 warnings - all exactly the same: Pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified)

So 2 questions: 1) Is there something wrong with simply using the 'Download' button to get the project installed locally? What does Carthage add to this? Is this built version of the framework not functional for some reason?

2) Can't we get these warning messages dealt with? It seems to me that a knowledgeable person could dispatch this task in 2-3 hours....

SteveDCronin commented 5 years ago

I view this now as poorly stated. I'm going to close this and open a more directly stated issue.