I receive the following error: “Could not find option ‘email’ in the list of available options…” I’ve looked through my Bitrise YML and don’t have any “email” options listed anywhere, I don’t see the email option being used in the fastlane command, and I don’t see any email options in the Deploy step UI.
Deploy to iTunes Connect / TestFlight (with Shenzhen) works just fine, but I’d like to use Deliver.
Here is the related snippet from my build logs:
$ fastlane “deliver” “–username” “iosdev@company.com” “–app” “1234123412” “–ipa” “/Users/vagrant/deploy/App-Nightly.ipa” “–skip_screenshots” “–skip_metadata” “–force” “–submit_for_review”
[!] Could not find option ‘email’ in the list of available options: username, app_identifier, app, edit_live, ipa, pkg, platform, metadata_path, screenshots_path, skip_binary_upload, skip_screenshots, app_version, skip_metadata, force, submit_for_review, automatic_release, price_tier, build_number, app_rating_config_path, submission_information, team_id, team_name, dev_portal_team_id, dev_portal_team_name, itc_provider, overwrite_screenshots, app_icon, apple_watch_app_icon, copyright, primary_category, secondary_category, primary_first_sub_category, primary_second_sub_category, secondary_first_sub_category, secondary_second_sub_category, app_review_information, description, name, keywords, release_notes, privacy_url, support_url, marketing_url
Deploy failed, error: exit status 1