fastlane/fastlane

Stucked when distributing iOS package to testflight external group

jinaiyuanbaojie opened this issue · 0 comments

New Issue Checklist

Issue Description

I was blocked when I tried to distribute an ios package to a testflight external group.
It always output logs like:
Waiting for the build to show up in build list

Command executed

bundle exec faslane pilot distribute --app_version '13.0'

When I change the version as '13', it works somehow.
bundle exec faslane pilot distribute --app_version '13'

My package version is 13.0-20240430.2

Could you take a look?