msgraph-sdk-objc icon indicating copy to clipboard operation
msgraph-sdk-objc copied to clipboard

Is this repo still maintained?

Open mamilov opened this issue 4 years ago • 2 comments

Since the last release was 2 years ago, I wanted to ask if this repo is not maintained anymore. I can't use it since it doesn't support the swift package manager although an issue was created 2 years ago (https://github.com/microsoftgraph/msgraph-sdk-objc/issues/40). If yes, is there an alternate, maintained project? AB#10301

mamilov avatar Jul 20 '21 14:07 mamilov

I have the same question. I'm using it and a bunch of related MS libraries in a project that mostly uses SPM.

You can get it all to work @mamilov, but it's a pain, and the MS libraries are producing loads of warnings.

image

I could clean them up, but the fact that there have been no commits to this repo for two years make me wonder whether I'm using the wrong technology. Has this been superseded?

samdeane avatar Feb 04 '22 12:02 samdeane

Incidentally @mamilov, I got it working by just adding the relevant repos as submodules and dragging the Xcode projects into my project as manual dependencies. No package manager required. Still a bit of a pain in the backside though...

samdeane avatar Feb 04 '22 12:02 samdeane