Cant import FBSDKLoginKit to my Project (i am using cocoapods with swift)
Solution tried:
- remove use_framework! from podfile
- added $(PODS_ROOT) path to user header search paths
- try to import in Bridging Header file (FBSDKCoreKit.h,FBSDKLoginKit.h,FBSDKShareKit.h)
Showing Error:
My Podfile: