Build uploaded successfully but never appears in App Store Connect / TestFlight
Cause
The upload succeeded, but the build failed Apple's post-processing validation โ and the only notification is an email to the account holder (often buried or filtered to spam). Common causes: missing purpose strings (ITMS-90683), app icon with an alpha channel, missing arm64 slice / unsupported architectures, invalid entitlements, or a dSYM/asset validation error. Less commonly, processing is just slow (15โ60 min, occasionally hours on release days).
Fix
- Wait at least an hour โ normal processing takes 15โ60 minutes.
- Check the email inbox of the App Store Connect account holder (and spam) for an "ITMS-โฆ" message; it states the precise problem.
- Check
App Store Connect โ TestFlight โ iOS buildsfor a build marked with a red status rather than missing entirely. - Fix the named issue (purpose string, icon transparency, etc.), increment the build number, and upload again.
- If there's truly no email and no build after several hours, check Apple System Status and re-upload.