3

I've tried reinstalling the FacebookSDK framework a few times but all that gives me is linker errors.

The #import "GADCustomEventBanner.h" statement is located in the FBAdMobCustomEventBanner.h file. I'm not sure what to do here and I've even tried starting over.

T.C.
  • 133,968
  • 17
  • 288
  • 421
Walrushat
  • 41
  • 3

2 Answers2

1

Make sure you are adding the FacebookSDK.Framework folder into your project. If it appears as "FacebookSDK" in your projects framework folder, you did it wrong.

Walrushat
  • 41
  • 3
0

Try dragging the FacebookSDK.framework into Xcode. That worked for me after I got this error

Vince613
  • 329
  • 7
  • 18