I\'m trying to upload a build to iTunesConnect with Xcode 8. Xcode shows me that the uploading is successful. In Activity tab of iTunesConnect I see that my build is appears and
In my case, the issue was a missing BitCode flag. I don't remember why I had disabled bitcode, but I have been successfully uploading with bitcode disabled for a month or so.
Suddenly the uploaded builds started disappearing shortly after they had begun processing, but when I enabled bitcode, the upload was again correctly recognized in the appstoreconnect console.
Now I finally get the mails of completed processing, and I can access the uploaded build as normal.
EDIT: The non-bitcode uploads did eventually appear after 4 days, while the one with bitcode took 30 min.