iOS Build Connection Error

Hi,

I’ve been trying to build my app for iOS however I receive the following error:

Connection error: (corona.get) ({ &nbsp; &nbsp; "/kWSHTTPResponseMessage" = "\<CFHTTPMessageRef 0x123834440(0x123834450)\> { parsed response, url = http://developer.anscamobile.com/services/xmlrpc, status = 200 }"; }) &nbsp;

Since I’m here posting on this forum it’s safe to assume that I do have a working internet connection…

Has anyone else seen this? Is it related to the Corona build server?

Thanks,

Soroush K.

@soroush8, that connection error message looks familiar.  In my case, I had trouble building Android version:

http://forums.coronalabs.com/topic/34226-resolved-cannot-build-android-version/

Do you use plugin?  When I commented out the plugin section from the build.settings, the problem went away.  And then with the plugin in the build.settings and without doing anything, the next day, the problem went away – so I could only assume the issue resolved itself after rebooting my machine…

If it wasn’t rebooting that fixed it, it could be build server side issue…?

Naomi

Hi Naomi,

I’m not using any plugins… I looked around the forums and it seems other people had the same problem on March 22nd, it turns out that it’s server related and on that occurrence it was eventually fixed by the Corona team…

I’ve tried building my app today and it still gives me that error… I’m using the latest public build… I’m going to download the daily build and see if that will help.

S.

@soroush8, that connection error message looks familiar.  In my case, I had trouble building Android version:

http://forums.coronalabs.com/topic/34226-resolved-cannot-build-android-version/

Do you use plugin?  When I commented out the plugin section from the build.settings, the problem went away.  And then with the plugin in the build.settings and without doing anything, the next day, the problem went away – so I could only assume the issue resolved itself after rebooting my machine…

If it wasn’t rebooting that fixed it, it could be build server side issue…?

Naomi

Hi Naomi,

I’m not using any plugins… I looked around the forums and it seems other people had the same problem on March 22nd, it turns out that it’s server related and on that occurrence it was eventually fixed by the Corona team…

I’ve tried building my app today and it still gives me that error… I’m using the latest public build… I’m going to download the daily build and see if that will help.

S.

I’m still getting this same error even though it’s been two weeks…

Is there anybody else seeing this same problem?

I just tried building a much smaller (‘hello world’) app and it worked.

The thing that I noticed is that for my ‘hello world’ app it uses a proper build id:

Using Custom Build Id 0bce5757ebaa2e29d97b1ce3d2e9b6cb &nbsp;

While for my larger project which is around 25MB and consists of several source files it just says:

Using Custom Build Id 1 &nbsp;

And then it prints the dreaded connection error:

Connection error: (corona.get) ({ &nbsp; &nbsp; "/kWSHTTPResponseMessage" = "\<CFHTTPMessageRef 0x10d22f9c0(0x10d22f9d0)\> { parsed response, url = http://developer.coronalabs.com/services/xmlrpc, status = 200 }"; }) Corona Simulator[9549:707] ERROR: Unexpected empty response from build server &nbsp;

I’ll play around with it some more and see if it’s a specific file/command that’s causing this.

I’m still getting this same error even though it’s been two weeks…

Is there anybody else seeing this same problem?

I just tried building a much smaller (‘hello world’) app and it worked.

The thing that I noticed is that for my ‘hello world’ app it uses a proper build id:

Using Custom Build Id 0bce5757ebaa2e29d97b1ce3d2e9b6cb &nbsp;

While for my larger project which is around 25MB and consists of several source files it just says:

Using Custom Build Id 1 &nbsp;

And then it prints the dreaded connection error:

Connection error: (corona.get) ({ &nbsp; &nbsp; "/kWSHTTPResponseMessage" = "\<CFHTTPMessageRef 0x10d22f9c0(0x10d22f9d0)\> { parsed response, url = http://developer.coronalabs.com/services/xmlrpc, status = 200 }"; }) Corona Simulator[9549:707] ERROR: Unexpected empty response from build server &nbsp;

I’ll play around with it some more and see if it’s a specific file/command that’s causing this.