TestFlight: Cannot add internal group to a build #2488
If you are looking for help, please confirm the following...
Which mobile framework are you using?iOS (Swift, Objective-C) Steps to reproduceI used the following snippet for TestFlight distribution in codemagic.yaml (this is the only troublesome part, the rest works quite well): Expected resultsBuild is assigned to a specific internal beta group on TestFlight. Actual resultsThe following error is encountered at the end of post-processing step (build is actually assigned to all the internal groups on TestFlight): (Beta group assignment does work well for Firebase App Distribution) Build id (optional)66260fb568d504f180d0c1f0 |
Answered by
VIadislavJevremovic
Apr 24, 2024
Replies: 2 comments
|
Solved: internal groups need to have Manual distribution type in TestFlight (not Automatic as it is by default). |
0 replies
Answer selected by
VIadislavJevremovic
|
Here is how it was fixed: fastlane/fastlane#22051 (comment) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solved: internal groups need to have Manual distribution type in TestFlight (not Automatic as it is by default).