I'm trying to submit an Independent Apple Watch app for Testflight external testing. I've able to do this pretty consistently until the latest build. Right after submitting the test information, I get the following error message from AppStoreConnect:
Sorry, something went wrong.
Some of the information required to submit your build for external testing is missing.
It appears to be getting a 422 error from "https://appstoreconnect.apple.com/iris/v1/betaAppReviewSubmissions":
{
"errors" : [ {
"id" : "3e2cd38c-9567-44c8-b243-20ca39c95cdc",
"status" : "422",
"code" : "ENTITY_UNPROCESSABLE.MISSING_REQUIRED_DATA",
"title" : "Missing required information to submit for external testing",
"detail" : "Missing requied data."
} ]
}
I have no indication what is missing from the build, this time to indicate what I need to add.