microsoft / app-store-vsts-extension

Visual Studio Team Services (VSTS) extension for performing continuous delivery to the App Store store from your automated CI builds
Other
95 stars 53 forks source link

Apple App Store (TestFlight Track) task failed with Transporter Error 1272 #262

Closed JoyFang1113 closed 2 years ago

JoyFang1113 commented 2 years ago

Note

Since earlier this month, our CI/CD pipeline (using ADO extension Apple App Store) are not able to upload builds to Testflight with a transporter error "An error occurred while trying to call the requested method validateAssets. (1272)", and it seemed like a broad issue from Apple's side, (please see this post: https://github.com/fastlane/fastlane/issues/19572), which was fixed yesterday, but the issue when using this ADO extension still presents.

Required Information

this is the configuration in the task image

this is the error log image

Question, Bug, or Feature?
Type: bug

Enter Task Name: Apple App Store Release

Environment

Issue Description

With the fastlane issue fixed from Apple side, this Microsoft owned ADO vsts extension still failed with the Transporter validateAssets 1272 error. This is blocking all our iOS and Mac apps uploading to Apple store.

Task logs

[Enable debug logging and please provide the zip file containing all the logs for a speedy resolution]

Troubleshooting

Checkout how to troubleshoot failures and collect debug logs: https://docs.microsoft.com/en-us/vsts/build-release/actions/troubleshooting

Error logs

tasklog_10.log

anatolybolshakov commented 2 years ago

Hi @JoyFang1113 this seems to be related to the fastlane issue which is still active - https://github.com/fastlane/fastlane/issues/19572 - please reach out to fastlane support for more details.

idelfonsog2 commented 2 years ago

@JoyFang1113 any update on this since the fastlane/issues/19572 is closed already? I only ask cause... you know... I'm having the same issue🥁

anatolybolshakov commented 2 years ago

@idelfosog2 @JoyFang1113 since the fix for this issue was shipped with fastlane 2.198.0 - you can specify this version by 'installFastlane' and 'fastlaneToolsVersion' inputs. Closing this one at the moment as external - please ping if you have any further questions.