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 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Solved: internal groups need to have Manual distribution type in TestFlight (not Automatic as it is by default). |
Beta Was this translation helpful? Give feedback.
-
Here is how it was fixed: fastlane/fastlane#22051 (comment) |
Beta Was this translation helpful? Give feedback.
Solved: internal groups need to have Manual distribution type in TestFlight (not Automatic as it is by default).