We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Replicate scenario: Run below command in folder different the iTMSTransporter installation one: iTMSTransporter -assetfile main.ipa -u "[email protected]" -p "ios-app-password" -m upload -asc_provider "TEAM_ID" -assetDescription AppStoreInfo.plist
iTMSTransporter -assetfile main.ipa -u "[email protected]" -p "ios-app-password" -m upload -asc_provider "TEAM_ID" -assetDescription AppStoreInfo.plist
Behavior: Error is thrown:
The asset description specified is not a file: AppStoreInfo.plist
If you run the command with necessary files copied in iTMSTransporter installation path it is going to work.
I guess: iTMSTransporter is looking for Asset Description file only in its installation destination, please fix that.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Replicate scenario:
Run below command in folder different the iTMSTransporter installation one:
iTMSTransporter -assetfile main.ipa -u "[email protected]" -p "ios-app-password" -m upload -asc_provider "TEAM_ID" -assetDescription AppStoreInfo.plist
Behavior:
Error is thrown:
If you run the command with necessary files copied in iTMSTransporter installation path it is going to work.
I guess:
iTMSTransporter is looking for Asset Description file only in its installation destination, please fix that.
The text was updated successfully, but these errors were encountered: