Hi velobuff,
I've tried velobuff's tutorial (
http://giderosmobile.com/forum/discussion/5579/ads-interface-questions#Item_7) but I will get errors in XCode. I am using the latest XCode 7 and Gideros Studio (2015.09). There is a header file, gideros.h missing. When placing this file (found on Github) in the Ads/framework folder I will get more errors of missing files. Am I using wrong versions?
Thanks,
Marc
Comments
$(SRCROOT)
And set it to recursive. This will look through your entire project on export, which means it will find the libs if they're there.
Thanks for your help, I will get a little bit further. Now I will get: "module 'googlemobileads' not found". The @import GoogleMobileAds is not working. This is wierd because I copied it together with the Ads/Framework.
Regards,
Marc
Regards,
Marc
Thanks I did something wrong with the export of the project.
Regards,
Marc