Anyone else experiencing painfully slow upload/processing times?

We're trying to get our app to successfully upload to AppStore/TestFlight after upgrading to Xcode 10.1 and enabling Bitcode throughout. We keep getting lots of errors, but the main problem is that it takes up to a full hour AND A HALF to build the entire app, upload to app store then to wait for it to get out of "processing" state to confirm whether or not it was successful. The version I just uploaded has been in processing state at least 20 minutes with no indication as to what's going on. The information that comes in the email when it fails validation often is not very helpful (e.g. missing dylibs but no info as to which ones). Is there anything that can be done to speed up this process, as it will potentially take us weeks to get a successful upload at the current rate?

Thanks

Dylan

Experiencing the same issue here. Archiving and uploading to itunnesConntect take from 3 to 4 hours !!! while it use to take less than half hour. The size upload which is .api + dSYM = less than 200 Mb.

Im uploading via fastlane and using the "--verbose" and I see that the upload goes to 15% then it shows an error

[Transporter Error Output]: An un-handled exception occurred: java.net.SocketTimeoutException: Read timed out for (id: ...

And it keeps retrying for a long while, until it finally succeeds from 0% to 100% with no errors and it takes more than 1 hour .
I was not like this before at least before xcode 10, and my internet connection is not bad.

Thank you.
As you can see here, a recent upload took 12068.786113 seconds means more than 3 hours
Code Block
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000359"> </testcase>
<testcase classname="fastlane.lanes" name="1: increment_build_number" time="1.35417"> </testcase>
<testcase classname="fastlane.lanes" name="2: build_app" time="864.403763"> </testcase>
<testcase classname="fastlane.lanes" name="3: upload_to_testflight" time="12068.786113"> </testcase>

  • macOS: 10.15.6 (19G2021)

  • XCode: Version 12.0 (12A7209)


Anyone else experiencing painfully slow upload/processing times?
 
 
Q