pilot/lib/pilot/build_manager.rb in fastlane-2.77.0.beta.20180118010004 vs pilot/lib/pilot/build_manager.rb in fastlane-2.77.0
- old
+ new
@@ -143,10 +143,10 @@
# This is where we could add a check to see if encryption is required and has been updated
uploaded_build.export_compliance.encryption_updated = false
if options[:groups] || options[:distribute_external]
- uploaded_build.beta_review_info.demo_account_required = false
+ uploaded_build.beta_review_info.demo_account_required ||= false # this needs to be set for iTC to continue
uploaded_build.submit_for_testflight_review!
end
if options[:groups]
groups = Spaceship::TestFlight::Group.filter_groups(app_id: uploaded_build.app_id) do |group|