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
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:
Description
If
increment-build-number
receivesfalse
instead of""
, it treats it has the literal value false. This is passed on to Fastlane, resulting inMyProjectName_vers.c
having an invalid version value:This fails to compile.
The text was updated successfully, but these errors were encountered: