Failing to submit new build to Testflight

Hi friends, I am running into an issue where the appstore is rejecting my submission using eas submit because of a build number conflict:

✖ Something went wrong when submitting your app to Apple App Store.
You've already submitted this version of the app.
Versions are identified by Build Numbers (expo.ios.buildNumber in app.json).
If you're submitting an Expo project built with EAS Build, increment the build number in app.json and build the project again.
{
    "expo": {
        "name": "gem",
        "slug": "gem",
        "owner": "gem-bitclout",
        "version": "1.0.0",
        "orientation": "portrait",
        "icon": "./assets/images/icon.png",
        "scheme": "myapp",
        "userInterfaceStyle": "automatic",
        "splash": {
            "image": "./assets/images/SplashScreen.png",
            "resizeMode": "contain",
            "backgroundColor": "#33B2B2"
        },
        "updates": {
            "fallbackToCacheTimeout": 30000
        },
        "assetBundlePatterns": ["**/*"],
        "ios": {
            "supportsTablet": true,
            "bundleIdentifier": "com.gem.bitclout",
            "buildNumber": "6"
        },
     ...
}

and these are the actual builds submitted in Testflight

I’m trying to submit a new build under v1.0.0 with build number: 6

This solves my issue. Sorry.

1 Like

No need to apologize @happy_penguin! Glad you got things sorted out and thank you for taking time to follow up. Your post may help others who encounter this confusion!

Cheers,
Adam