2016-08-12 7 views
5

앱을 업로드하고 검토를 위해 FastLlane deliver을 통해 제출 한 후 pilot을 통해 내부 테스트를 시작하려고합니다. 그러나, 곧이 같은 명령으로 그렇게 같이Fastlane 파일럿을 통해 TestFlight 빌드를 제출할 수 없습니다.

다음과 같은 오류
pilot distribute -a com.foo.bar.awesomesauce -u [email protected] -w test_test_test 

내가 얻을 :

Error finding relevant GitHub issues: undefined method `map' for nil:NilClass 

[!] The request could not be completed because: 
    Beta App Description is required. The phone number is missing. The email must be in the format: [email protected] The email is required. Beta App Description is required. The email must be in the format: [email protected] The email is required. The phone number is missing. Validation errors 

예외는 자명하고, 아이튠즈 커넥트에 호핑은 분명히 문제를 보여줍니다 : 데이터가 없습니다.

필자는 DeliverFile (이름, 성, 이메일, 전화, 메모 등)의 일부로 해당 메타 데이터를 푸시했는데 검토를 위해 제출할 앱 버전에서 볼 수 있지만 테스트 빌드 자체의 메타 데이터에 복제 된 것을 볼 수 없습니다.

설정할 수있는 장소가 있습니까? pilot의 명령 줄을 통해 지금은 "새로운 기능"만 설정할 수있는 것처럼 보입니다. 어디서나 deliver? 나는 spaceship을 통해 submit_for_beta_review을 통해 마지막 빌드와 모든 매개 변수를 전달하여 시도했지만 비슷한 오류가 발생합니다.

미리 감사드립니다. 그래서이 동일한 문제에 대한이 discussion에 따라

답변

2

, 당신은 몇 가지 옵션이 보인다 :

1)이 당신이 pilot를 처음 사용하는 경우,

You'll need to fill out basic metadata in iTC before you can use pilot.

2) 그렇지 않으면

You can use the submission_information in deliver to setup most of this.

내가이 fastlane pilot :

하여 문제를 해결 희망 보인다