Update installation guide
See original GitHub issueHi,
I tried to install react-native-fbads
in existing and new project, but I could not get rid of the error:
Include of non-modular header inside framework module ‘FBAudienceNetwork’: ‘/Users/ryrz01/Downloads/solapp/ios/Pods/Headers/Public/FBAudienceNetwork/FBAudienceNetwork/FBAdSize.h’
I have FBAudienceNetwork.framework in the project directory Libraries/ , and folder FacebookSDK in on my mac in /Documents directory.
Does anyone know about any tutorial on how to add react-native-fbads
to react native project?
Just installing the package will not work, or installing FBAudienceNetwork
with cocopods.
I had also issues on Android but this is a different case.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Windows Update: FAQ - Microsoft Support
Learn how to get the latest Windows updates. Find answers to FAQ about updating Windows to keep your PC up to date.
Read more >Manually Check and Install Windows Updates - Help Centre
Open Start ⇒ Microsoft System Center ⇒ Software Center · Go to the Updates section menu (left menu) · Click Install All (top...
Read more >Patch Manager Installation and Upgrade Guide
This guide describes how to install Patch Manager in a supported Microsoft Windows Server environment. For upgrade instructions, see Upgrade Patch Manager ...
Read more >The Windows 10 update guide: How to install and manage ...
How to perform a clean install of Windows 10: Here's a step-by-step checklist · Configure Automatic Updates: · Specify intranet Microsoft update ......
Read more >Preparing to Update the Installation - PTC Support
Installation instructions for the update are as described in Updating an Existing Installation—Provides the details for installing the updates that are in the ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
None of this guides works, draging those libraries from FacebookSDK or the solution suggested by @RyszardRzepa with cocopods. Please provide a clear install procedure otherwise it’s a wast of time trying to figure out how to linking those peace together…
In the end I found out at I have to add
librn-fbads.a
to Link Binary With Libraires. I also used cocopods to install FBAudienceNetwork.