A device build error occurred on the server.

That’s great news!

Rob

This may just be a short term problem which will be fixed within 24 hours. Build servers may go down once and awhile

Ok - will wait tomorrow and keep you posted

Thanks

Is this still a problem?

Also build 2731 is pretty old. The current public build is 2906 and the current daily is 2934. That shouldn’t lead to build errors, but you should consider upgrading to a newer version…

Also are you on Windows or a Mac?

Rob

Finally - I tried again just now and still the same error.

I am going to update and try.

M.

I updated Xcode 7.3 - used the latest Corona build and still same error.

Any help ?

build server still down for me at 12:17 mtn time.

Nail

Latest update:

I updated to OS El Captain, I re-install Xcode 7.3, I re-install the latest corona build (2016 2906). Re-download the distribution profile from Apple.

As a note I was able to build this app 2 weeks ago and the only change is the version number in the build setting.

And again : A device build error occured.

Complete message:

CreateParamsArray: item.value unexpectedly NULL for item.key ‘customBuildId’

sept. 01 02:56:25.202 BuildID: kCoronaBuild [A device build error occurred on the server. 

                    

                    Error: 

                    BuildID: 57c7d115f092b

sept. 01 02:56:25.202 ERROR: An error occurred during build. The server returned the following message:

                    —

                    A device build error occurred on the server. 

                    

                    Error: 

                    BuildID: 57c7d115f092b

                    

Config:

application =

{

content =

{    

width = 768*2,

height = 1024*2,

        scale = “zoomStretch”,

fps = 60,

antialias = false,

xalign = “center”,

yalign = “center”,

imageSuffix = 

{ ["@2half"] = 0.1,

          ["@half"] = 0.45,

          [""] = 1,

}

}

}

Build.setting:

settings =

{

orientation =

{

default =“landscapeLeft”,

    supported = 

    { 

      “landscapeLeft”, “landscapeRight”, 

    },

},

iphone =

{

plist =

{

UIApplicationExitsOnSuspend = false,

            CFBundleDisplayName = “My Name”,

CFBundleShortVersionString = “1.1”,

},

},

}

If anyone can help I really appreciate (I have trying to debug this for the last 8 hours and its way past my bedtime) Thanks

I was able to build about 20 mins ago, and now I’m seeing similar messages:

Sep 01 11:19:57.607 ERROR: An error occurred during build. The server returned the following message: --- A device build error occurred on the server. Error: Get plugin failed. Plugin: `plugin.google.play.services` Publisher: `com.coronalabs` User Account: `me@myemailaddress.com` BuildID: 57c800cba09b7

I’m using build 2886. I’m also signed in with an Enterprise account though building via the SDK for this particular project.

Scratch that, it’s working again now. Must have been a temporary hiccup in my case.

Lets run through a few tests to narrow down the problem.

Can you build the Hello World sample app with no changes? (make a copy first and build the copy)

Can you drop your build.settings into the Hello World copy and build that?

Thanks

Rob

It suddenly stopped building again, so I tested the Hello World project (with original build.settings and then with my own) and they both built ok. I then tried my project again, and it worked. 

I think that maybe the server is just being temperamental today. 

Edit: and 3 mins later it fails again.

Same problem here (with Google Play Services).

About an hour ago, I had the error. At that time, I thought it might be a weird “plugin-order” problem in build.settings so I moved Google to top of plugin list. Then it built just fine.

Then I tried to test where exactly the conflict might lie by changing plugin order and moving Google up and down in list. Result was that it failed to build with same error 8 times in a row. It even failed when I moved Google to top of plugins list (which had succeeded 10 minutes earlier).

Decided problem had nothing to do with my code and switched to doing other work this last hour in hopes that build server would settle down. iOS builds using Corona 2931.

Steve

Alan, I think you’re hitting a transient issue which is probably different than @mansov’s issue. I’m seeing what I can find out about your build issues.  But for @mansov’s it wouldn’t hurt to see the build.settings file too in addition to the attempts to build other apps.R

Rob

Can everyone try again?

Thanks

Rob

I am back

“Can you build the Hello World sample app with no changes? (make a copy first and build the copy)” — No error

“Can you drop your build.settings into the Hello World copy and build that?” ---- No error

 

Re-tried my app: Error …

 

M.

Then this sounds like a problem with your build.settings. Can you post it please?  Make sure to use the code formatting button (blue <> ) in the formatting bar (Bold Italic etc.) and paste your build.settings into the popup window.

Thanks

Rob

Rob - look couple of posting above I put the config and the build.

Can you post a complete log please?  CMD-A, CMD-C come here and CMD-V

Finally !

It worked.

I recreated the build.setting ! Now I have a build !

Thanks even if I don’t understand what went wrong !

Manon