CoronaProvider.ads.iAds.lu does not exist in archive

Using build 2014.1262, I can’t seem to get iAds to work. in the xCode terminal I get:

Runtime error

ERROR: Could not load provider (iAds) due to the following reason: module ‘CoronaProvider.ads.iAds’ not found:resource (CoronaProvider.ads.iAds.lu) does not exist in archive

        no field package.preload[‘CoronaProvider.ads.iAds’]

my build.settings file looks like this:

settings = { plugins = { ["CoronaProvider.native.popup.social"] = { publisherId = "com.coronalabs", }, ["CoronaProvider.ads.iads"] = { publisherId = "com.coronalabs", }, ["CoronaProvider.ads.admob"] = { publisherId = "com.coronalabs", }, }, android = { versionCode = "10", usesPermissions = { "android.permission.INTERNET", "com.android.vending.BILLING", "android.permission.WRITE\_EXTERNAL\_STORAGE", }, }, orientation = { default = "portrait", supported = { "portrait" }, }, iphone = { plist = { UIApplicationExitsOnSuspend = false, UIStatusBarHidden = true, UIPrerenderedIcon = true, MinimumOSVersion="5.1.0", CFBundleIconFile = "Icon.png", CFBundleIconFiles = { "Icon.png", "Icon@2x.png", "Icon-Small-40.png", "Icon-Small-40@2x.png", "Icon-60.png", "Icon-60@2x.png", "Icon-72.png", "Icon-72@2x.png", "Icon-76.png", "Icon-76@2x.png", "Icon-Small-50.png", "Icon-Small-50@2x.png", "Icon-Small.png", "Icon-Small@2x.png" }, }, } }

In my ads module I have:

local ads = require “ads”

I’m testing on an iPad running iOS7

What am I missing?

Do you have the same error with 1202 or 1260?

Never mind, there has to be something wrong in my app, I’m looking into it. I can build the sample and show ads just fine. Thanks

Do you have the same error with 1202 or 1260?

Never mind, there has to be something wrong in my app, I’m looking into it. I can build the sample and show ads just fine. Thanks