Post

Replies

Boosts

Views

Activity

Reply to "The bundle version, NNN, must be a higher than the previously uploaded version"
I was in the process of setting up a new automated build this morning and started getting this error message too. Same scenario - I'm trying to upload both an iPadOS and Catalyst version of my app with the same build numbers. I'm using the xcrun altool command line tools to upload my builds. *** Error: Error uploading '<My App>'. *** Error: The bundle version, 1, must be a higher than the previously uploaded version. Duplicate bundle version. (-19210)  {     NSLocalizedDescription = "The bundle version, 1, must be a higher than the previously uploaded version.";     NSLocalizedFailureReason = "Duplicate bundle version.";     PreviousBundleVersion = 1; }
Nov ’21