Posts

Post not yet marked as solved
6 Replies
We can confirm the issue - we're facing exactly the same problem. Happened the first time since updating to Xcode 14.3
Post not yet marked as solved
32 Replies
We are experiencing exactly the same issues:XCode organizer:After "checking Assets with AppStore" has completet the bar jumps to 100% and stays there.In the instruments app the size of uploaded data goes up to 800mb with an app bundle size of about 200mb.Transporter app:Percentages are shown correctly (e.g. not just 0% or 100%)Percentages increase to a certain number, then drop again by a certain number (e.g. the upload progress reaches say 69%, then suddenly drops back to 40%)In the log it is shown that a lot of java timeout exceptions occur which cause the individual parts of the upload to restart.This also explains why the uploaded size exceeds the size of the app bundle and the progress drops intermittedly: Part X is uploaded partly, then restarted after the exception occurs.I suspect that our internet connection speed is too slow (Ping 36ms, Download 16 MBit/s, Upload 1.03 MBit/s) as I remember reading somewher that a faster connection is needed for upload.My question:Why is that? When I use Filezilla or upload to any file hosting website, the upload works steadily at our speed. Can we somehow change the configuration to keep just one connection open so that no timeout happens to the other connections?Thank you so much!