Can't create new version

Can't create a new version in App Store Connect. When I try to create 6.37.0 (which is a new version), I get the following message:

An error has occurred. Try again later.

The version number has been previously used.

When inspecting the call, this is the result:

  "errors" : [ {
    "id" : "69313d33-9558-4bb8-90cb-0122fde7e43a",
    "status" : "409",
    "code" : "ENTITY_ERROR.RELATIONSHIP.INVALID",
    "title" : "The provided entity includes a relationship with an invalid value",
    "detail" : "You cannot create a new version of the App in the current state.",
    "source" : {
      "pointer" : "/data/relationships/app"
    }
  }, {
    "id" : "86f4f68b-4a38-4299-8469-9e748ba6a8e7",
    "status" : "409",
    "code" : "ENTITY_ERROR.ATTRIBUTE.INVALID.DUPLICATE",
    "title" : "The provided entity includes an attribute with a value that has already been used",
    "detail" : "The version number has been previously used.",
    "source" : {
      "pointer" : "/data/attributes/versionString"
    }
  } ]
}

As you can see in the image, we've never had version 6.37.0 before.

Additionally, if I try to create another version, let's say 6.37.1 or 6.38.0, I just get:

An error has occurred. Try again later.

When inspecting the call, this is the result:

  "errors" : [ {
    "id" : "2b385cc8-3bc3-476d-bf44-1c59a5f54fa9",
    "status" : "409",
    "code" : "ENTITY_ERROR.RELATIONSHIP.INVALID",
    "title" : "The provided entity includes a relationship with an invalid value",
    "detail" : "You cannot create a new version of the App in the current state.",
    "source" : {
      "pointer" : "/data/relationships/app"
    }
  } ]
}

We're running into exactly the same problem and cannot release another update for our app.

Would be really great if somebody from Apple could look into this. We've also created a support case with number 102224346553.

Same here, I have created a support case since yesterday, no response yet.

Having the following error:

  "errors" : [ {
    "id" : "5ec34b1a-5784-46f4-ba03-f6f4a8f445cb",
    "status" : "409",
    "code" : "ENTITY_ERROR.RELATIONSHIP.INVALID",
    "title" : "The provided entity includes a relationship with an invalid value",
    "detail" : "You cannot create a new version of the App in the current state.",
    "source" : {
      "pointer" : "/data/relationships/app"
    }
  } ]
}

The same issue here. Both via AppstoreConnect Web UI and via AppstoreConnect API with deliver.

We are facing the exact same issue. I just got off the phone with support and Apple is aware of the issue. They are working on a fix but couldn't give me an ETA. I'll keep everyone posted.

Positive update. Look like Apple fixed the issue 'swiftly' for us. Our team was able to submit a new app version for review.

Hello, thank you for these reports. We believe we have resolved this issue. If you continue to experience issues adding new versions, please contact us.

I can contact support but I'm still getting this error.

We are also facing this issue

Exactly same issue for me.

This issue is still occurring.

This issue is still occurring.

Getting the same problem across two different accounts.

Raised case 102228423056.

Still happening March 3 2024. This also happens in codemagic as well.

upload "/Users/builder/clone/build/ios/ipa/myspecialapp.ipa" to App Store Connect
{
    "tool-version": "7.006.15006",
    "tool-path": "/Applications/Xcode-15.2.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/Versions/A/Frameworks/AppStoreService.framework",
    "os-version": "14.2.1",
    "product-errors": [
        {
            "message": "The provided entity includes an attribute with a value that has already been used",
            "userInfo": {
                "NSUnderlyingError": "Error Domain=IrisAPI Code=-19241 \"The provided entity includes an attribute with a value that has already been used\" UserInfo={status=409, detail=The bundle version must be higher than the previously uploaded version., source={\n    pointer = \"/data/attributes/cfBundleVersion\";\n}, id=591d4336-2eb5-4f87-a26d-0aee92dfbe05, code=ENTITY_ERROR.ATTRIBUTE.INVALID.DUPLICATE, title=The provided entity includes an attribute with a value that has already been used, meta={\n    previousBundleVersion = 2;\n}, NSLocalizedDescription=The provided entity includes an attribute with a value that has already been used, NSLocalizedFailureReason=The bundle version must be higher than the previously uploaded version.}",
                "NSLocalizedDescription": "The provided entity includes an attribute with a value that has already been used",
                "previousBundleVersion": "2",
                "iris-code": "ENTITY_ERROR.ATTRIBUTE.INVALID.DUPLICATE",
                "NSLocalizedFailureReason": "The bundle version must be higher than the previously uploaded version: \u20182\u2019. (ID: 591d4336-2eb5-4f87-a26d-0aee92dfbe05)"
            },
            "code": -19232
        }
    ]
}

Happening here as well, 2nd July 2024, using VS connected to xcode, coding in MAUI

App Store bundle validation failed for archive ***** "altool" exited with code 1. The provided entity includes an attribute with a value that has already been used

Can't create new version
 
 
Q