App Store Connect rejects the build with the following error:
Please correct the following issues and upload a new binary to App Store Connect. ITMS-90058: This bundle is invalid - The value for key CFBundleVersion [iphoneos] in the Info.plist file must be a period-separated list of at most three non-negative integers. Please find more information about CFBundleVersion at https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleversion
But we double-checked at the app level; in all places the CFBundleVersion and versions is mentioned in the correct format.
Even though we tried to upload via Xcode and Transporter, both show success. but the build is not reflecting in TestFlight. Receive the above error message via mail.
data: {
"attributes": {
"cfBundleShortVersionString": "3.25.9",
"cfBundleVersion": "25",
"p
Validated with the delivery log, but the delivery log also shows correct versioning only.