-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
51 duplicate symbols for architecture x86_64 #302
Comments
The same error seems to occur Packages info:
Error Thrown
|
Use FBAudienceNetwork 6.4.1 instead as a workaround or updates Facebook SDK to the latest version. |
@tmjordan Yes, 6.4.1 SDK is working fine. we also used this version. |
@tmjordan How I Can Change FBAudienceNetwork6.4.1? |
@SafiDS add this line in your podfile pod 'FBAudienceNetwork', '~> 6.4.1' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ad Modules
-Banner Ads
-Interstitial Ads
Platforms
-iOS
Versions
Issue
When we try to install pod after installing npm package of Facebook ads, There are three pods are installing.
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.
Steps to generate issue
#import "FBSDKBasicUtility.h"
#import "FBSDKTypeUtility.h"
and add below line after removing above code
#import <FBSDKCoreKit_Basics/FBSDKCoreKit_Basics.h>
Please look into this asap. We tried almost all solution available in google search.
Thank You
The text was updated successfully, but these errors were encountered: