๐Ÿš€ ShipToStore
โ† All troubleshooting

Redundant Binary Upload / "bundle version must be higher than the previously uploaded version" (ITMS-90061)

๐Ÿ› ๏ธ Prepare the app๐Ÿš€ Build, upload & processing

Cause

Every upload for a given version string needs a unique, increasing build number (CFBundleVersion). Re-uploading after a fix without bumping it โ€” or two CI jobs racing โ€” triggers this. Builds that failed processing still consume their number.

Fix โ€” Pro

The step-by-step fix for this entry is part of the full troubleshooting database.