Can't Build IOS build

Unexpected connection error occurred during build.

/CFStreamFaultIf you are not connecting to the internet directly (for example, you connect via a proxy server) you might want to try a direct connection to see if that solves the problem.

Check the console for more information.

console output:

Jul  6 11:59:02.685: WebServices: Call corona.build.6 failed in 5 seconds: /CFStreamFault

Jul  6 11:59:02.685:    response: {

    “/FaultCode” = “-65794”;

    “/FaultExtra” =     {

        domain = “-1”;

        error = “-65795”;

        msg = “(3\U00f7p\U02c7 (line 2, pos 41, status 11)”;

    };

    “/FaultString” = “/CFStreamFault”;

    “/WSDebugInHeaders” =     {

        “Access-Control-Allow-Origin” = “corona.amplitude.com”;

        “Cache-Control” = “store, no-cache, must-revalidate, post-check=0, pre-check=0”;

        Connection = close;

        “Content-Length” = 153;

        “Content-Type” = “text/xml”;

        Date = “Mon, 06 Jul 2015 18:58:57 GMT”;

        Expires = “Sun, 19 Nov 1978 05:00:00 GMT”;

        “Last-Modified” = “Mon, 06 Jul 2015 18:58:58 GMT”;

        Origin = “developer.coronalabs.com”;

        Server = Apache;

        “Set-Cookie” = “SESSc07c0747ea4ab0aa4ebc3d8416d3de7a=21fe7dfe966d6ae2bae3a0e551dd3464; path=/; domain=.coronalabs.com, CHOCOLATECHIP=deleted; expires=Sun, 06-Jul-2014 18:58:57 GMT; path=/, CHOCOLATECHIP=deleted; expires=Sun, 06-Jul-2014 18:58:57 GMT; path=/; domain=.coronalabs.com”;

    };

    “/kWSHTTPResponseMessage” = “<CFHTTPMessageRef 0x7f971fc73190(0x7f971fc731a0)> { parsed response, url = https://developer.coronalabs.com/services/xmlrpc, status = 200 }”;

    “/kWSResultIsFault” = 1;

}

Jul  6 11:59:02.694: iOS build failed (11)

A couple questions:

  1. Does this happen for all builds (even the simple HelloWorld build)?

  2. Did it just start happening and if so, what changed?

  3. Can you run the following in the terminal (not the Corona Console) to enable more console results and post the results of a build here (it will a lot of information):

defaults write com.coronalabs.Corona_Simulator debugWebServices 3

  1. What build number are you using?

A couple questions:

  1. Does this happen for all builds (even the simple HelloWorld build)?

  2. Did it just start happening and if so, what changed?

  3. Can you run the following in the terminal (not the Corona Console) to enable more console results and post the results of a build here (it will a lot of information):

defaults write com.coronalabs.Corona_Simulator debugWebServices 3

  1. What build number are you using?