You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
I've changed my app version format. I am using version format like yyyy.mm.dd (2018.10.13). The version format easier than major and minor version format to follow the app versions. I am sure a lot of developer use that version format. The app store and google play store are not making any trouble to publish the app with the version format. But when I try to code push with a specific binary version with the version format like 2018.10.13, the codepush returns an error. Is it possible for codepush to support this version format? It is an important feature for my apps because I always use the version format.
ERROR MESSAGE
Error: Command 'codepush release-react -a /-iOS -m --description Last Release Bug Fix' failed with exception "The "CFBundleShortVersionString" key in the "ios/**/Info.plist" file needs to specify a valid semver string, containing both a major and minor version (e.g. 1.3.2, 1.1).
It is not an issue, it is a feature request.
I've changed my app version format. I am using version format like yyyy.mm.dd (2018.10.13). The version format easier than major and minor version format to follow the app versions. I am sure a lot of developer use that version format. The app store and google play store are not making any trouble to publish the app with the version format. But when I try to code push with a specific binary version with the version format like 2018.10.13, the codepush returns an error. Is it possible for codepush to support this version format? It is an important feature for my apps because I always use the version format.
ERROR MESSAGE
Error: Command 'codepush release-react -a /-iOS -m --description Last Release Bug Fix' failed with exception "The "CFBundleShortVersionString" key in the "ios/**/Info.plist" file needs to specify a valid semver string, containing both a major and minor version (e.g. 1.3.2, 1.1).