Hi everyone,
I've been searching for a solution for this but I can't seem to find it anywhere so I thought about posting here.
I'm running Xcode 7 beta on OS X Yosemite and I'm trying to create an iOS build from a project that came from Unity (which I've created on Windows 8)
The problem is, as described in the title, that I get the error in GADURequest.m that the module GoogleMobileAds is not found (that's at the @import line).
I've added all necessary frameworks to the Build Phases and I've set the Base iOS SDK to 7.0. I've also added the -ObjC flag to the linker settings in both the Project
and the Target.
I've been reading on the Google Developers page that explains what I need to do but I still get the same error.
Is there a simple solution for this?
Thanks in advance,
Dries