Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upload_to_testflight failing with error #21355

Open
ykhandelwal913 opened this issue Jun 23, 2023 · 2 comments
Open

upload_to_testflight failing with error #21355

ykhandelwal913 opened this issue Jun 23, 2023 · 2 comments

Comments

@ykhandelwal913
Copy link

ykhandelwal913 commented Jun 23, 2023

New Issue Checklist

fastlane version - 2.213.0
Xcode version - 14.3

Error output: [04:53:06]: �[32mThis might take a few minutes. Please don't interrupt the script.�[0m
[04:53:06]: �[33m[iTMSTransporter] sh: /Applications/Transporter.app/Contents/itms/bin/iTMSTransporter: No such file or directory
�[0m
[04:53:06]: iTunes Transporter output above ^
[04:53:06]: �[31mThe call to the iTMSTransporter completed with a non-zero exit status: 127. This indicates a failure.�[0m
[04:53:06]: �[31mPassword contains special characters, which may not be handled properly by iTMSTransporter. If you experience problems uploading to App Store Connect, please consider changing your password to something with only alphanumeric characters.�[0m
[04:53:06]: �[31mCould not download/upload from App Store Connect! It's probably related to your password or your internet connection.�[0m
+------------------+------------------------+

Issue Description

We are seeing the issue mentioned above when trying to upload the artifact to test flight.

Command executed
desc "Push build to TestFlight"
lane :push_to_testflight do |options|
    testflight(
        skip_waiting_for_build_processing: true,
        apple_id: ENV['APP_APPLE_ID'],
        team_name: "abc",
        ipa: options[:ipa_location]
    )
end #
Complete output when running fastlane, including the stack trace and command used

fastlane failing with error mentioned above.

@ykhandelwal913
Copy link
Author

can someone help here?

@vhsantos26
Copy link

@ykhandelwal913 could you take a look here? #20631 as you are using a more recent build rather then the 2.210.0, it should work.

I was facing this issue a few minutes ago, even updating the fastlane to 2.210.0 and running the deploy with the action pilot (testflight and pilot are aliases for upload_to_testflight) I got the same result as you. Restarting the terminal resolved the issue for me, I think that because I was running setting some fastlane envs like FASTLANE_ITUNES_TRANSPORTER_PATH and FASTLANE_ITUNES_TRANSPORTER_USE_SHELL_SCRIPT, make some confuse on the execution, I don't know.

@freddi-kit could you help us understand it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants