callstack / callstack/react-native-fbads

51 duplicate symbols for architecture x86_64

Abierto
#302 5 comentarios 2 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Java
Estrellas
451
Forks
147
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

**Ad Modules**

-Banner Ads
-Interstitial Ads

**Platforms**

-iOS

**Versions**

- react-native-fbads: 7.0.5
- react-native: 0.62.2

**Issue**

When we try to install pod after installing npm package of Facebook ads, There are three pods are installing.
- Installing FBAudienceNetwork (6.5.1)
- Installing FBSDKCoreKit_Basics (11.0.1)
- Installing ReactNativeAdsFacebook (7.0.5)

After this we try to run our app and it throws error in FBSDKUtility and SessionProvider in FBSDKCoreKit_Basics Pod folder. after importing appropriate packages for error, we tried to run again our app. But At build time **FBSDKCoreKit_Basics** conflicts with **FBSDKCoreKit** which is installed for Facebook login functionality.

- Why **FBSDKCoreKit_Basics** is needs to b installed with **FBAudienceNetwork** when the same code and functionality already available in **FBSDKCoreKit** SDK? Due to this conflict and duplicate pods we can not able to ad Facebook ads in our application.

![Screenshot 2021-06-29 at 6 08 10 PM](https://user-images.githubusercontent.com/39688232/123798655-082a8400-d905-11eb-95bd-9a5617d638cf.png)

**Steps to generate issue**
- Create new React-Native project using "expo init [Project-Name]" Command
- Install Package For Facebook Login using "npm install --save react-native-fbsdk" Command
- Install Package For Facebook Audience Network using "npm install --save react-native-fbads" Command
- Install Pods for above commands using "cd ios && pod install" Command
- Run the project using "npm run ios" command. Build will fails due to "Cannot find protocol declaration for 'FBSDKSessionProviding'" See Attached ScreenShot below:

![Screenshot 2021-06-29 at 5 58 03 PM](https://user-images.githubusercontent.com/39688232/123797198-900f8e80-d903-11eb-9432-17b750e656eb.png)

- Fix above issue by importing "FBSDKSessionProviding.h" header file.
- Now You may see another errors like in Below ScreenShot

![Screenshot 2021-06-29 at 6 01 09 PM](https://user-images.githubusercontent.com/39688232/123797677-1035f400-d904-11eb-94dd-d80f6f070532.png)

- Fix above error by removing below imports
**#import "FBSDKBasicUtility.h"
#import "FBSDKTypeUtility.h"**

and add below line after removing above code
**#import **

- Run Project again in iOS
- Now You can see main error which conflict the Both SDK. Error: **51 duplicate symbols for architecture x86_64** See First ScreenShot.

Please look into this asap. We tried almost all solution available in google search.

Thank You

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.