I installed the FBAudienceNetwork (version 4.26.0) with CocoaPods (version 1.3.1). I followed the official manual as published at https://developers.facebook.com/docs/audience-network/ios, but the Xcode still not recognized the framework.
Just to be clear - I opened the project from xcworkspace file.
I tried the following steps with no success:
- Install the framework manually, adding the ~/Documents/FacebookSDK path to Framework Search Path
- Make sure that the pods project compiled using Swift 4
- Added also FBSDKCoreKit (with Bolts) and FBSDKShareKit (both frameworks imported successfully)
- Clean the project, delete DerivedData and also clean the pods cache and reinstalling the pods
Nothing worked so far. Anyone faced the same issue and know the reason?