Skip to content

Third Party framework is added to Xcode project, but doesn't work properly #50

@gclaret

Description

@gclaret

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:

screen shot 2015-03-27 at 9 31 45 am

and it produces this in my project:

screen shot 2015-03-27 at 9 32 05 am

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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions