Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Ads Interface issue — Gideros Forum

Ads Interface issue

AlaaEddineAlaaEddine Member
edited November 2013 in Bugs and issues
Hello, I am trying to integrate admob (for iOS) using the Ads Interface (beta), I did all the installation steps listed in the documentation but I always get this error in XCode:

module 'ads' not found:
no field package.preload['ads']
no file './ads.lua'
no file '/usr/local/share/lua/5.1/ads.lua'
no file '/usr/local/share/lua/5.1/ads/init.lua'
no file '/usr/local/lib/lua/5.1/ads.lua'
no file '/usr/local/lib/lua/5.1/ads/init.lua'
no file './ads.so'
no file '/usr/local/lib/lua/5.1/ads.so'
no file '/usr/local/lib/lua/5.1/loadall.so'

the error is happening when trying to execute : require ("ads"), any help please?? Thanks

Comments

Sign In or Register to comment.