OSX: 10.9.2
Xcode: 5.1
Corona SDK: 2014.2220 (Enterprise)
CoronaEnterprisePlugins: 2014.2220
I’m getting a runtime error when trying to initialize the Vungle plugin.
I’ve included libads-vungle.a in the libraries section, but I still get the following runtime error:
Runtime error
ERROR: Could not load provider (vungle) due to the following reason: module ‘CoronaProvider.ads.vungle’ not found:resource (CoronaProvider.ads.vungle.lu) does not exist in archive
stack traceback:
[C]: in function 'assert’
?: in function 'requireProvider’
?: in function 'setCurrentProvider’
?: in function 'init’
I’m able to initialise iAds and Admob without problem.
Any ideas?