Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
[Solved] Ads Interface xCode Questions — Gideros Forum

[Solved] Ads Interface xCode Questions

Tom2012Tom2012 Guru
edited October 2015 in General questions
I've followed the steps here:

http://docs.giderosmobile.com/interface/ads

For iOS Installation and the build error I get is:

/Users/tomarmstrong/Desktop/Gideros Export for xCode/Lost Caverns/Lost Caverns/frameworks/AdsAdmob.h:11:9: Module 'GoogleMobileAds' not found

Here's the log:
	main.lua:7: in main chunk'
*** First throw call stack:
(
	0   CoreFoundation                      0x0288b1e4 __exceptionPreprocess + 180
	1   libobjc.A.dylib                     0x025548e5 objc_exception_throw + 44
	2   Lost Caverns                        0x0012e0e9 _ZN18ApplicationManager8luaErrorEPKc + 233
	3   Lost Caverns                        0x0012da63 _ZN18ApplicationManager12loadLuaFilesEv + 581
	4   Lost Caverns                        0x0012d2ef _ZN18ApplicationManagerC2EP6UIViewiib + 1059
	5   Lost Caverns                        0x0012e9e4 gdr_initialize + 68
	6   Lost Caverns                        0x00002cc8 -[AppDelegate application:didFinishLaunchingWithOptions:] + 2024
	7   UIKit                               0x00fe714f -[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:] + 309
	8   UIKit                               0x00fe7aa1 -[UIApplication _callInitializationDelegatesForURL:payload:suspended:] + 1810
	9   UIKit                               0x00fec667 -[UIApplication _runWithURL:payload:launchOrientation:statusBarStyle:statusBarHidden:] + 824
	10  UIKit                               0x01000f92 -[UIApplication handleEvent:withNewEvent:] + 3517
	11  UIKit                               0x01001555 -[UIApplication sendEvent:] + 85
	12  UIKit                               0x00fee250 _UIApplicationHandleEvent + 683
	13  GraphicsServices                    0x03b4bf02 _PurpleEventCallback + 776
	14  GraphicsServices                    0x03b4ba0d PurpleEventCallback + 46
	15  CoreFoundation                      0x02806ca5 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 53
	16  CoreFoundation                      0x028069db __CFRunLoopDoSource1 + 523
	17  CoreFoundation                      0x0283168c __CFRunLoopRun + 2156
	18  CoreFoundation                      0x028309d3 CFRunLoopRunSpecific + 467
	19  CoreFoundation                      0x028307eb CFRunLoopRunInMode + 123
	20  UIKit                               0x00febd9c -[UIApplication _run] + 840
	21  UIKit                               0x00fedf9b UIApplicationMain + 1225
	22  Lost Caverns                        0x00002396 main + 134
	23  Lost Caverns                        0x00002305 start + 53
)
libc++abi.dylib: terminating with uncaught exception of type LuaException
(lldb)

Likes: Giliapps

+1 -1 (+1 / -0 )Share on Facebook

Comments

Sign In or Register to comment.