Am on FastLane , trying to setup iOS builds to Testglight - Am on the latest version - 2.88.0.
When i try to add an internal tester to iTunesConnect
fastlane pilot add [email protected]
I get an error
ERROR: You must provide 1 or more groups (with the
:groupsoption)
This is my part of the lane - the Pilot command
# upload to Testflight
pilot(skip_waiting_for_build_processing: true,
email:"[email protected]",
distribute_external: false)
Where do i provide these groups? If i use the -g option, it says the groups don't exist?
Do i need to manually go to iTunesConnect and create a group? That defeats the purpose of automating stuff.
Any pointers would be appreciated
pilot, those members will get notifications about new released app. - AechoLiu