Hello, I’m a bit novice in Bitrise and trying to build ci/cd based on the current solution,
Now I’m stuck on setting build number, our current solution based on fastlane.
In Fastlane we able to get the latest build number from the testfligh and then increment it, smt like this:
But we would like to migrate and don’t use FastLane, so my question is how I can do the similar but using Bitrise workflow steps?
I’m looking on Set Xcode Project Build Number step but looks like not allow get build number dinamicly from Apple service
Although there are a number of ways you can manage build numbering (which you can read about here: Build numbering and app versioning | Bitrise DevCenter) doing so automatically and dynamically from a third party service sounds a bit more complicated.
Probably the easiest would be to use Fastlane to get this Env Var (you could forego everything else related to Fastlane if you don’t want to keep using it), since Fastlane already has this built-in feature, and then put this information into an Env Var via envman: GitHub - bitrise-io/envman: Environment variable manager