You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
To use swift pod libraries, I added the use_frameworks! at pod file of my project.
After installing the pod libraries, #import <MSGraphSDK.h> makes the compile error. 'MSGraphSDK.h' file not found with <angled> include; use "quotes" instead.
How can I solve this?
The text was updated successfully, but these errors were encountered:
capella55
changed the title
use_frameworks! make the issues
use_frameworks! makes the issues
Apr 19, 2018
To use swift pod libraries, I added the
use_frameworks!
at pod file of my project.After installing the pod libraries,
#import <MSGraphSDK.h>
makes the compile error.'MSGraphSDK.h' file not found with <angled> include; use "quotes" instead.
How can I solve this?
The text was updated successfully, but these errors were encountered: