7kfpun / AudienceNetworkReactNative

F.A.N Report - Facebook Audience Network Performance Tool (available both iOS and Android).

Home Page:http://onelink.to/8u544k

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Module FBAudienceNetwork not found

ronak301 opened this issue · comments

commented

Download the SDK and unzip the archive to ~/Documents/FacebookSDK would fix.
https://developers.facebook.com/docs/ios/getting-started#download

I wanted to continue using cocoapods for dependency management, so I replaced all @import FBAudienceNetwork with #import <FBAudienceNetwork/FBAudienceNetwork.h> and that fixed it. If you are a Swift only app, you may need ot create a bridging header.