Reachability.swift icon indicating copy to clipboard operation
Reachability.swift copied to clipboard

Invalid CFBundleShortVersionString for 5.0.0-beta1

Open Vincent-Loi opened this issue 5 years ago • 0 comments

Getting this error when submitting builds to the App Store with the latest version of the library.

ERROR ITMS-90060: "This bundle is invalid. The value for key CFBundleShortVersionString '5.0.0-beta1' in the Info.plist file must be a period-separated list of at most three non-negative integers. 
Please find more information about CFBundleShortVersionString at https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleshortversionstring"

Screenshot 2019-07-18 at 18 19 46

Workaround: Manually change the CFBundleShortVersionString in info.plist from 5.0.0-beta1 to 5.0.0

Vincent-Loi avatar Jul 18 '19 17:07 Vincent-Loi