Reachability.swift
Reachability.swift copied to clipboard
Invalid CFBundleShortVersionString for 5.0.0-beta1
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"
Workaround: Manually change the CFBundleShortVersionString
in info.plist from 5.0.0-beta1
to 5.0.0