CFStream error

I am building for distribution on iOS, I get this error since I upgraded to latest Corona simulator.

I am on v2015.2646

Building for developer profile still works just distribution profile breaks… but it used to work prior to my upgrading of Corona sdk.

This is the full error;

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.

Same here, not sure why? Anyone have a workaround?

You don’t provide enough information to even provide a guess as to what is wrong.

Do you get the error when you only build your project or does it happen when you build HelloWorld for distribution?

What version of Xcode are you using and are what iOS build are you targeting (iOS 8.3, 8.4, or iOS 9)?

Did you upgrade to a new version of Xcode lately?

You can get more information from the console about the build process (and what failed) by typing the following in a new Terminal window:

defaults write com.coronalabs.Corona_Simulator debugWebServices 3

This will generate a lot of information. Please post the results here or copy it to a text file and upload it or send it in a bug report.

The following day it was all working again for me.

Suggest to wait a few hours, I think it may be busyness on the corona servers (CFS is a remote file system thing, right?)

Same here, not sure why? Anyone have a workaround?

You don’t provide enough information to even provide a guess as to what is wrong.

Do you get the error when you only build your project or does it happen when you build HelloWorld for distribution?

What version of Xcode are you using and are what iOS build are you targeting (iOS 8.3, 8.4, or iOS 9)?

Did you upgrade to a new version of Xcode lately?

You can get more information from the console about the build process (and what failed) by typing the following in a new Terminal window:

defaults write com.coronalabs.Corona_Simulator debugWebServices 3

This will generate a lot of information. Please post the results here or copy it to a text file and upload it or send it in a bug report.

The following day it was all working again for me.

Suggest to wait a few hours, I think it may be busyness on the corona servers (CFS is a remote file system thing, right?)