Hi @viktorbenei
Description of the issue
I’m trying to use latest_testflight_build_number
action on Fastlane to order to increase the build number based on the current build on testflight.
When I run my lane locally, it works fine and return the correct build number. But, when I run the workflow on Bitrise, latest_testflight_build_number
action will always return 0 as the build number.
Here is my code, which is simple:
latest_build_number = latest_testflight_build_number(version: version_number, initial_build_number:0, app_identifier: "My.App.ID")
Do anyone encounter this issue and know what is the cause?
Thank you so much