Search code examples
iosxcodebuildapplication-loader

Apple store connect doesn't show my latest build


I built my latest release of my iPhone app. I used XCode to build it, archive it and publish it.

Usually I see the latest build in the Apple store connect. This time it doesn't show up and I don't know why:

enter image description here


Solution

  • I just fixed the problem, Till now, in XCode, under the deployment info, I had "Deployment Target = 9.1". I tried setting it to "10.1" and now my new builds show up on the online Apple developer page.

    enter image description here

    To solve the issue I had to go through the Apple help page, where I found that from now on, Apple only accepts apps build with XCode 10.1 or later

    enter image description here