App Store Connect used to reject builds that were uploaded if they had the same version/build number combo, but at some point in the recent past App Store Connect (or maybe it's xcodebuild?) has started to just increment the build number by 1 and the upload succeeds. But this results in me not knowing which build version I really have on App Store Connect. I'm using xcodebuild to archive and upload to App Store Connect.
Anyone know why this is happening, and if there's a way to not automatically increment the build number?
Thanks
Please see prior forum discussions on changes to build numbers in Xcode 13.