-
Notifications
You must be signed in to change notification settings - Fork 42
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
Sometimes getting the following error when publishing macOS to TestFlight 422: The build is not in a valid processing state for this operation. - The build is not in a valid processing state for this operation.
`
#346
Comments
422: The build is not in a valid processing state for this operation. - The build is not in a valid processing state for this operation.
`422: The build is not in a valid processing state for this operation. - The build is not in a valid processing state for this operation.
`
Hi! Please share what does this show for you: app-store-connect builds beta-details "57fcc640-c9ab-43dd-8b8c-874d1a34da17" |
|
I presume you manually submitted this build to TestFlight later? |
No idea what might have caused that. I'll add some additional logging to the step which waits until the build is processed and always output both the build and its beta details info once they are detected as processed and waiting halts. That should shed some more light on what is going on. I'll let you know once this is ready. |
@nilsreichardt, please upgrade to version 0.44.1 and let me know when this happens again. |
Required to get more information about this issue: codemagic-ci-cd/cli-tools#346 (comment)
Thanks @priitlatt. Here are the logs: Logs
https://github.com/SharezoneApp/sharezone-app/actions/runs/6196403244/job/16822974351 |
How often does this issue occur? All the statuses seem correct, which makes me think whether it is some glitch on Apple's side of things. |
|
Here is the code we use to deploy the macOS app: app-store-connect publish \
--path $PACKAGE_NAME \
--beta-group=alpha \
--testflight \
--release-type=AFTER_APPROVAL \
--whats-new "$SHORT_LAST_COMMIT_MESSAGE" |
This was quite a mouthful, but I think it finally boils down to the fact that just plain wrong build is looked up after initial upload (for example here, and then consequently operations on this wrong build fail. |
@nilsreichardt Fix is now available in version 0.45.1. |
Awesome, thanks for the great work! I created a PR to use the new version 👍 |
We had the problem that sometimes our macOS builds weren't successfully uploaded to TestFlight (see codemagic-ci-cd/cli-tools#346 (comment)). The new version `0.45.1` should fix this.
Sometimes it works, sometimes we get the following issue:
v0.43.0
The text was updated successfully, but these errors were encountered: