5

According to AdMob documentation, in order to integrate with facebook audience network I need to install this pod:

pod 'GoogleMobileAdsMediationFacebook'

When I try to install it, I received an error:

Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_GADUnifiedNativeAdView", referenced from: objc-class-ref in FacebookAdapter(GADFBNativeAd.o) ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

Unfortunately I didn't find a solution for this issue.

Thanks.

pacification
  • 5,838
  • 4
  • 29
  • 51
Eliran Tutia
  • 706
  • 1
  • 6
  • 22

1 Answers1

1

I had the same problem. It worked after I deleted an old version of FBAudienceNetwork.framework's path in Framework Search Paths.

Dharman
  • 30,962
  • 25
  • 85
  • 135
Sam Xu
  • 252
  • 3
  • 5