Problem loading Appodeal plugin during build for IOS

Good morning,

I´m making a game and it is working OK with Appodeal pluging in Android. I´m trying to make the IOS version of the app but I found the following message building the app:


Build failed:

A device build error occured on the server.

Error: Get plugin failed.

plugin:plugin.appodeal.base

Publisher: com.coronalabs

User account: javierenrique@yahoo.com

build: 5a8d9e87d7968


To see if the problem is only with Appodeal I deleted the Appodeal entries in the program and the building is OK, so I isolate the problem with Appodeal.

I´m using only Interstitial in the build.settings. this is the extract part of the plugins section.

– Plugins section

plugins =

{

    [“plugin.dreamlo”] = {

            publisherId = “tech.scotth”,

        },

[“plugin.bit”] =

{

publisherId = “com.coronalabs”

},

– Base

[‘plugin.appodeal.base’] = { publisherId = ‘com.coronalabs’ },

[‘plugin.appodeal.AmazonAds’] = { publisherId = ‘com.coronalabs’ },

[‘plugin.appodeal.GoogleAdMob’] = { publisherId = ‘com.coronalabs’ },

[‘plugin.appodeal.TwitterMoPub’] = { publisherId = ‘com.coronalabs’ },

[‘plugin.appodeal.StartApp’] = { publisherId = ‘com.coronalabs’ },

– Interstitial

[‘plugin.appodeal.AdColony’] = { publisherId = ‘com.coronalabs’ },

[‘plugin.appodeal.AppLovin’] = { publisherId = ‘com.coronalabs’ },

[‘plugin.appodeal.Chartboost’] = { publisherId = ‘com.coronalabs’ },

[‘plugin.appodeal.FacebookAudience’] = { publisherId = ‘com.coronalabs’ },

[‘plugin.appodeal.Flurry’] = { publisherId = ‘com.coronalabs’ },

[‘plugin.appodeal.InMobi’] = { publisherId = ‘com.coronalabs’ },

[‘plugin.appodeal.IronSource’] = { publisherId = ‘com.coronalabs’ },

[‘plugin.appodeal.Mobvista’] = { publisherId = ‘com.coronalabs’ },

[‘plugin.appodeal.MyTarget’] = { publisherId = ‘com.coronalabs’ },

[‘plugin.appodeal.StartApp’] = { publisherId = ‘com.coronalabs’ },

[‘plugin.appodeal.MillenialMedia’] = { publisherId = ‘com.coronalabs’ },

[‘plugin.appodeal.Ogury’] = { publisherId = ‘com.coronalabs’ },

},

What could be the problem ?

I found the problem. I was using Corona 2017.3135 and I update to Corona 2017.3184 (Public release) to solve the problem.

Now it´s working.

I found the problem. I was using Corona 2017.3135 and I update to Corona 2017.3184 (Public release) to solve the problem.

Now it´s working.