Hi, did you manage to find out the reason of this status? I am dealing with the same issue and have only found "internalBuildState": "PROCESSING_EXCEPTION" using AppStoreConnectAPI https://api.appstoreconnect.apple.com/v1/buildBetaDetails/{ID}
{
"data": {
"type": "buildBetaDetails",
"id": "{ID}",
"attributes": {
"autoNotifyEnabled": true,
"internalBuildState": "PROCESSING_EXCEPTION",
"externalBuildState": "PROCESSING_EXCEPTION"
},
"relationships": {
"build": {
"links": {
"self": "https://api.appstoreconnect.apple.com/v1/buildBetaDetails/{ID}/relationships/build",
"related": "https://api.appstoreconnect.apple.com/v1/buildBetaDetails/{ID}/build"
}
}
},
"links": {
"self": "https://api.appstoreconnect.apple.com/v1/buildBetaDetails/{ID}"
}
},
"links": {
"self": "https://api.appstoreconnect.apple.com/v1/buildBetaDetails/{ID}"
}
}
Is there a way to get more details on that PROCESSING_EXCEPTION ?