Posts

Post marked as solved
3 Replies
1.8k Views
Hi, today I've seen this strange behaviour when uploading apps to appstoreconnect, the builds show as follows: They passed from "2.1.194" to "3". These are the values of Info.plist in xcarchive (so after archive building) of the latest build <key>CFBundleShortVersionString</key> <string>2.1</string> <key>CFBundleVersion</key> <string>2.1.195</string> The previous builds "2.1.193" and "2.1.194" were built on Xcode 12.5 and they display the correct CFBundleVersion. The build "3" is the latest build on Xcode 13 with the above settings. I've read on Xcode 13 Release Notes (59826409) that ... the distribution assistant in Xcode detects whether your app has a valid build number (CFBundleVersion). If your app has an invalid number (like one that was used previously, or precedes your current build number), the distribution assistant provides an option to automatically increment it to a valid number. What's the problem with this CFBundleVersion? Thank you in advance.
Posted Last updated
.