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?