Jenkins

Hi,

An app that was previously building without problems now gets strange error when deployed on device;

/Users/jenkins/slaveroot/workspacew/Templates/label/android/subrepos/composer/composer.lua:1460 …

This is not my code.

further down it says; resources/init.lua:820:module ‘facebook’ not found: resource (facebook.lu) does not exist in archive

of course it all works perfect on simulator

I have seen the error of my ways, in build a line that used to be good, is no longer good. I commented it out and it works now.

        [“facebook”] =

        {

            publisherId = “com.coronalabs”

            --supportedPlatforms = { iphone=true, [“iphone-sim”]=true } – BAD

        },

Are you building for Android or iOS?

Rob

I just started having the same problem with the builds I’m creating for android.

Instead of facebook though, I am getting the error with CoronaProvider.ads.intestital

Can you verify what you mean by:   CoronaProvider.ads.intestital

We don’t have a plugin by that name that I’m aware of.

Rob

typo, interstitial

We still don’t have a plugin named that.  Interestial is a type of ad.  You can get it from AdMob, iAds and just about every other ad provider we support.

Rob

I know this is a bad joke, but I blame this guy: https://www.youtube.com/watch?v=hooKVstzbz0 

I thought my reflexes were so fast that nothing would go over my head. But this reference did…

You have to wait till about 1:25 till this gets funny.  Of course, it could just be me.  :wacko:

yeah, i got the same problem. I have a very simple code which had no problem before but now getting runtime error.

Any further news on this? I’m getting it with geolocation services.

Share your code folks.  Generally these errors are caused by:

  • error in build.settings
  • syntax error in code
  • scope or lifetime error when referencing functions or variables.

further down it says; resources/init.lua:820:module ‘facebook’ not found: resource (facebook.lu) does not exist in archive

of course it all works perfect on simulator

I have seen the error of my ways, in build a line that used to be good, is no longer good. I commented it out and it works now.

        [“facebook”] =

        {

            publisherId = “com.coronalabs”

            --supportedPlatforms = { iphone=true, [“iphone-sim”]=true } – BAD

        },

Are you building for Android or iOS?

Rob

I just started having the same problem with the builds I’m creating for android.

Instead of facebook though, I am getting the error with CoronaProvider.ads.intestital