Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook Audience Network missing file 'fb_an_config.plist'

I am implementing Facebook Audience Network for IOS through Admob Mediation.

I have installed the following POD files:

  • pod 'Google-Mobile-Ads-SDK', '~> 7.0'
  • pod 'FBSDKCoreKit'
  • pod 'FBSDKLoginKit'
  • pod 'FBSDKShareKit'
  • pod 'FBAudienceNetwork'

I have added the libAdapterFacebook.a (Facebook Adapter for Admob Mediation)

When I run the app I got the following log:

[FBAudienceNetworkLog/FBAdConfigManager:78 ] Failed to load local configuration: Error Domain=NSCocoaErrorDomain Code=260 "The file “fb_an_config.plist” couldn’t be opened because there is no such file." UserInfo={NSFilePath=/var/mobile/Containers/Data/Application/C399A7FE-03B2-49EC-89C6-BCC73EBF0076/Library/Caches/fb_an_config.plist, NSUnderlyingError=0x14de133d0 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}

I did not find in any documentation the need to create this file: fb_an_config.plist

Somebody can help me on that?

like image 406
mrrocco team Avatar asked Feb 26 '16 14:02

mrrocco team


1 Answers

Facebook has fixed this issue and it will be updated in the v4.10.1 of iOS SDK... check out here

like image 95
vivek takrani Avatar answered Oct 19 '22 14:10

vivek takrani