Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

increment-build-number treats false as literal false value #115

Open
paulschreiber opened this issue Aug 23, 2023 · 0 comments
Open

increment-build-number treats false as literal false value #115

paulschreiber opened this issue Aug 23, 2023 · 0 comments

Comments

@paulschreiber
Copy link

Description

If increment-build-number receives false instead of "", it treats it has the literal value false. This is passed on to Fastlane, resulting in MyProjectName_vers.c having an invalid version value:

extern const unsigned char MyProjectNameVersionString[];
extern const double MyProjectNameVersionNumber;

const unsigned char MyProjectNameVersionString[] __attribute__ ((used)) = "@(#)PROGRAM:MyProjectName  PROJECT:Terraso LandPKS-false" "\n";
const double MyProjectNameVersionNumber __attribute__ ((used)) = (double)false.;

This fails to compile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant