**(IOS BUILD_
Nov 26 04:20:19.271**
BuildID: 5656c0b3da4f9
Nov 26 04:21:00.494 2015-11-26 16:21:00.493 Corona Simulator[1315:496676] NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9846)
Nov 26 04:21:00.502 2015-11-26 16:21:00.494 Corona Simulator[1315:496583] XMLRPC: connection, E51A4D77-1195-4946-ABE6-CD24CE4D2792, failed with the following error: An SSL error has occurred and a secure connection to the server cannot be made.
Nov 26 04:21:00.502 ERROR: XMLRPC: An SSL error has occurred and a secure connection to the server cannot be made.
Nov 26 04:21:00.502 WebServices: XMLRPC request failed
Nov 26 04:21:00.502 ERROR: Unexpected empty response from build server
Nov 26 04:21:00.562 iOS build failed (5)
Nov 26 04:21:00.818 ERROR: Build Failed: ERROR: Unexpected empty response from build server
(Android BUILD)
Nov 26 04:22:54.850 ERROR: XMLRPC: An SSL error has occurred and a secure connection to the server cannot be made.
Nov 26 04:22:54.850 WebServices: XMLRPC request failed
Nov 26 04:22:54.856 ERROR: Unexpected empty response from build server
Nov 26 04:22:54.906 Android build failed (5)
Nov 26 04:22:55.263 ERROR: Build Failed: An SSL error has occurred and a secure connection to the server cannot be made.
Error code: 5
I have a very large chance to get these error message when I try to build for both Android and iOS.
Android has 50% chance to fail and iOS has like 90% fail rate. Currently I am integrating Facebook v4 plugin into my app and I need to build it and test on my device since simulator does not support FB APIs. I need to do a lot of builds and testings but these errors make me frustrated. I have tried different version of daily builds but the result is same.
What I did:
-
Build on different daily builds: 2731, 2753,2770, 2774,2775 (These are the daily builds I have downloaded previously, I try to download other versions but 90% of these dmg files are corrupted after downloaded. I have no idea why these files are corrupted. This is very frustrating).
-
Use different wifi network. Still same errors.
-
Upgrade my xcode to latest 7.1.1 (prev version 7.1). Still same errors.
-
Try to build with Corona Facebook sample. Still same errors.
-
Build Corona Facebook sample on another mac (2775). Still same errors.
-
Remove plugin from build.settings. This one works. Every builds is successful but it is pointless without the plugin.
Anyone here facing the same issue? Is it the plugin server problem or my connection problem? Please help!