ios - Fastlane, Pilot - Automatic Team Selection -
i m using pilot via fastfile:
desc "build , upload new build apple testflight" lane :betatest testflight end but it's asked me choose team every time
multiple teams found, please enter number of team want use: 1) "team 1" (000000) 2) "team 2" (111111) i tried use testfligh bellow, gives me error:
testflight( username: "raed@gmail.com", team_id: "xxxxxx" ) error:
[20:16:59]: variable dump: [20:16:59]: {:default_platform=>:ios, :platform_name=>:ios, :lane_name=>"ios betatest"} [20:16:59]: getaddrinfo: nodename nor servname provided, or not known +------+-------------------------------------+-------------+ | fastlane summary | +------+-------------------------------------+-------------+ | step | action | time (in s) | +------+-------------------------------------+-------------+ | 1 | verifying required fastlane version | 0 | | 2 | default_platform | 0 | | 3 | testflight | 15 | +------+-------------------------------------+-------------+ [20:16:59]: fastlane finished errors submitted crash report. if problem 1 of tools specifically, please submit issue on github , attach following number it: '4431202597d937abb0026b96ff88698d' crash report has been stored locally '/tmp/sentry_4431202597d937abb0026b96ff88698d.json' /users/raed.rbenv/versions/2.2.3/lib/ruby/2.2.0/net/http.rb:879:in `initialize': [!] getaddrinfo: nodename nor servname provided, or not known (faraday::connectionfailed) is there way automate selection of team id?
thanks in advance.
i believe should specify itc_team_id in appfile.
# select team itunes connect use itc_team_name "your team name" itc_team_id "itunes connect team id"
Comments
Post a Comment