Error "library not found for" after putting application in AdMob

ViniciusPV picture ViniciusPV · Jun 5, 2014 · Viewed 347k times · Source

I am getting an error after I put my application in an AdMob. The app was working until today. The error is the following:

ld: library not found for -lGoogleAdMobAds
clang: error: linker command failed with exit code 1 (use -v to see invocation)

How can I fix this? Thank you.

Answer

Casper picture Casper · Feb 16, 2015

I had a similar "library not found" issue. However it was because I accidentally was using the .xcodeproj file instead of the .xcworkspace file.