I've been trying to integrate Facebook with an IOS app using cocoapods (Xcode 9.0, IOS 11). After installing pods and adjusting the info.plist with all fb info, I got stuck on importing FacebookCore (it won't work with FBSDKCoreKit, FacebookLoginKit, FBSDKLoginKit also). Xcode issues the "No such module" warn. More than that, if I choose to run the project (without importing anything), it issues more than 20 warns, including Bolts framework, FBSDKCoreKit, FacebookCore etc.. Does anyone know how to handle this?
Thank you
EDIT --> Importing the Facebook frameworks manually made it work, so the problem might be with the cocoapods. Any ideas about what went wrong with the pods?