-
Notifications
You must be signed in to change notification settings - Fork 235
Description
Hello guys. I have been trying for a few days to get this working, with no luck.
I need to include the admob 'GoogleMobileAds.framework" into my xCode project. After a few tries, I came up with this:
{
"group": "Bigfoot",
"patches": [],
"libs": [],
"librarysearchpaths": [],
"frameworks": [
"AdSupport.framework",
"AudioToolbox.framework",
"AVFoundation.framework",
"CoreGraphics.framework",
"CoreTelephony.framework",
"EventKit.framework",
"EventKitUI.framework",
"MessageUI.framework",
"StoreKit.framework",
"SystemConfiguration.framework"
],
"headerpaths": [],
"files": [
"GoogleMobileAds.framework"
],
"folders": [],
"excludes": [
"^..meta$",
"^..mdown$",
"^.*.pdf$"
],
"compiler_flags": [],
"linker_flags": []
}
I have the framework inside my project here:
and it produces this in my project:
At first glance, I thought this worked properly, but if I build, I still get an error. If I add it again by hand on the project, it all works properly.
I have no idea what it is that I'm missing here...

