I got that error from one of my testers and I don’t know how to debug this,
/Users/jenkins/slaveroot/workspace/Templates/label/android/subrepos/timer/timer.lua:173: in function 'method' /Users/jenkins/slaveroot/workspace/Templates/label/android/platform/resources/init.lua:253: in function \</Users/jenkins/slaveroot/workspace/Templates/label/android/platform/resources/init.lua:221\>
I searched the forum and kinda understood that can be caused by a plugin, (one of them was facebook but I don’t use it. Here’s my build.settings content:
settings = { build = { neverStripDebugInfo = true }, orientation = { default = "portrait", supported = { "portrait", "portraitUpsideDown" }, }, android = { versionCode = "100", googlePlayGamesAppId = "124194082680", }, iphone = { plist = { UIAppFonts = { "BLOODY.TTF", "Creepster-Regular.ttf", "KA-BLAMO!.ttf", "KMKDSPB\_.ttf", "Lintsec.ttf", "ShadowsIntoLightTwo-Regular.ttf" }, UIApplicationExitsOnSuspend = true }, }, plugins = { -- Vungle plugin ["CoronaProvider.ads.vungle"] = { publisherId = "com.vungle", }, -- Add Google Play Services (required for vungle) ["plugin.google.play.services"] = { publisherId = "com.coronalabs" }, -- required for Google Leaderboards ["CoronaProvider.gameNetwork.google"] = { publisherId = "com.coronalabs", }, }, }
Does anyone can help me resolve this? I’m not sure what to search for…
thanks 