I spent a few hours on it and still have no luck.
I have a library (which is a pod) and it uses Google AdMob 7 as a dependency, let's say it's called MyLib
Now that I want to add the pod 'MyLib' to project A, it will install it along with its dependencies, including Google AdMob 7.
The problem is this: when I test the library project containing its source files, it works fine, but when I compile the A project, it does not compile and gives me a compiler error in the import line
@import GoogleMobileAds;
which is in the MyLib source files.
Make it easier
Project -> Contains the pod that I wrote, which is MyLib -> Using AdMob 7 as a pod
Any idea why this is happening?
EDIT:
- , Google , Framework