This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
MSDate.h not found after integrating via Carthage #48
Labels
Comments
ghost
added
the
ToTriage
label
Feb 14, 2020
Same issue here, is there any news of a fix? |
Still no solution? Any news? |
Is there any update regarding that issue? I've tried to include the library manually (we are not allowed to use CocoaPods or Carthage because of our enterprise build server) and I also get this error message along with: Could not build Objective-C module 'MSGraphClientModels' |
Same issue here. Is Microsoft not supporting this sdk? |
This library is huge and takes lot of time to compile, that's why integration via carthage is much needed. |
I've fixed this issue, checkout my fork: https://github.com/iivanu/msgraph-sdk-objc-models |
We are experiencing the same issue using Carthage. Will someone at Microsoft include a fix in the official repository? |
phil1995
added a commit
to phil1995/msgraph-sdk-objc-models
that referenced
this issue
Jul 14, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After integrating the library in a project via Carthage, attempting to
import MSGraphClientModels
in a swift file results in an’MSDate.h’ file not found
error when compiling.I believe this error occurs because
MSDate.h
and other headers inBaseModels
are not set to public for theMSGraphClientModels
framework target in the Xcode project, unlike the headers inGeneratedModels
.AB#7055
The text was updated successfully, but these errors were encountered: