Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Anyone got Adcolony working on iOS? — Gideros Forum

Anyone got Adcolony working on iOS?

billydbbillydb Member
edited July 2015 in Plugins
Been trying to get Adcolony from the ads interface working but can't get it to build.
I've followed the steps from here http://docs.giderosmobile.com/interface/ads
But the "adcolony.framework" file looks broken. Get the error:

AdColony/AdColony.h file not found

I downloaded the adcolony sdk and compared there "adcolony.framework" file and looks like the Headers folder in the ads interface version is showing as an exec file rather than a folder.

Tried replacing the framework with the one from the as colony sdk and i get:


Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_WKWebView", referenced from:
objc-class-ref in AdColony(ADCMRAIDCompanionAd.o)
"_OBJC_CLASS_$_WKWebViewConfiguration", referenced from:
objc-class-ref in AdColony(ADCMRAIDCompanionAd.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)


On the plus side it seems to find adcolony.h now.

Any help would be greatly appreciated.

I also have a couple steps in the process I wasn't sure about:

Do you add the AdColony.framework file to the frameworks folder in Xcode or in the plugins folder with the rest or doesn't it matter?

Do you add the "-ObjC" and "-fobjc-arc" to Other linker flags in build settings? I googled that as I'm new to Xcode (and coding generally :) and only found reference to the -ObjC flag stuff.

Thanks

Comments

Sign In or Register to comment.