Unity Cloud Build - "Error: Failed to check out" for iOS build with SVN repository
Hi!
I'm trying to make a build for iOS using Unity Cloud Build but I always receive the following messages!
1: Running Prebuild steps 2: Removing bvr 3: Successfully uninstalled bvr-0.2.47 4: Building native extensions. This could take a while... 5: done. 6: bvr 1.2.10 7: bvr-api 0.2.3 8: Checking out a fresh workspace because there's no workspace at /BUILD_PATH/xxx.default-ios 9: Cleaning local Directory . 10: Checking out https://xxx.svn.cloudforge.com/xxx/xxx/xxx/xxx at revision '2016-05-09T21:31:17.997 +0100' 11: ERROR: Failed to check out https://xxx.svn.cloudforge.com/xxx/xxx/xxx/xxx 12: svn: E175002: OPTIONS request failed on '/xxx/xxx/trunk/xxx' 13: Caused by: javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure 14: Caused by: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure 15: Caused by: java.io.IOException: Failed to check out https://xxx.svn.cloudforge.com/xxx/xxx/xxx/xxx 16: svn: E175002: OPTIONS request failed on '/xxx/xxx/xxx/xxx' 17: Caused by: javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure 18: Caused by: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure 19: postbuildstatus finished successfully. 20: Finished: FAILURE
Does anyone know how can I solve this???? Android build just works fine. Some info: Unity Version: Unity 5.3.4f1 Auto-Build: false Xcode Version: Xcode 7.2
Answer by Grzauka · Feb 15, 2017 at 10:41 PM
same here 9/10 of times... thats really annoying :| did you find any solution?
Your answer
Follow this Question
Related Questions
Developing for ios: mac needed ? Which spec ? 1 Answer
Package Manager errors in cloud build in 2019 1 Answer
Unity Cloud Build: timeout while downloading repo 3 Answers
Cloud build ios : This device was signed for the App Store and connot be installed 1 Answer
iOS Bundle ID has not been set up, Unity Cloud Build 1 Answer