Error Analyzing App Version without details while distributing app

Xcode Version 13.3.1 (13E500a)

I was distributing my flutter app for TestFlight and this message came out, saying Error Analyzing App Version, without providing any details.

Here's the last part of the logs that I've gotten from "Show Logs", but I can't find any useful message from it.

    "1.2.840.113635.100.6.1.12",
    "1.2.840.113635.100.6.1.2"
), issueDate='2022-01-25 01:01:09 +0000''> for <DVTFilePath:0x7fbd220ebc70:'/Users/chan/Library/Developer/Xcode/Archives/2022-05-10/Runner 10-05-2022, 5.16 PM.xcarchive/Products/Applications/Runner.app/Frameworks/video_player_avfoundation.framework'>
2022-05-10 09:26:35 +0000  App Store Connect request for store configuration response: <DVTITunesConnectConfigurationResponse: 0x7fbd610319a0; isSuccessful='1', configuration='{
    WPYRSFU994 =     {
        "com.apple.platform.appletvos" =         {
            architectures =             {
                defaultArch =                 {
                    defaultProductType =                     {
                        format =                         {
                            bitCode =                             {
                                supportLevel = required;
                            };
                            compiledCode =                             {
                                supportLevel = deprecated;
                            };
                        };
                    };
                };
            };
            iconSource =             {
                largeAppIcon = carInBinary;
                primaryIcons = carInBinary;
            };
            onDemandResources =             {
                sizeLimits =                 {
                    assetPack = 512000000;
                    total = 20000000000;
                };
                supportLevel = supported;
            };
        };
        "com.apple.platform.iphoneos" =         {
            architectures =             {
                defaultArch =                 {
                    defaultProductType =                     {
                        format =                         {
                            bitCode =                             {
                                supportLevel = supported;
                            };
                            compiledCode =                             {
                                supportLevel = deprecated;
                            };
                        };
                    };
                };
            };
            iconSource =             {
                largeAppIcon = unsupported;
                primaryIcons = pngInBinary;
            };
            onDemandResources =             {
                sizeLimits =                 {
                    assetPack = 512000000;
                    total = 20000000000;
                };
                supportLevel = supported;
            };
        };
        "com.apple.platform.macosx" =         {
            architectures =             {
                defaultArch =                 {
                    defaultProductType =                     {
                        format =                         {
                            bitCode =                             {
                                supportLevel = unsupported;
                            };
                            compiledCode =                             {
                                supportLevel = required;
                            };
                        };
                    };
                };
            };
            iconSource =             {
                largeAppIcon = pngInBinary;
                primaryIcons = pngInBinary;
            };
            onDemandResources =             {
                supportLevel = unsupported;
            };
        };
        "com.apple.platform.watchos" =         {
            architectures =             {
                defaultArch =                 {
                    defaultProductType =                     {
                        format =                         {
                            bitCode =                             {
                                supportLevel = required;
                            };
                            compiledCode =                             {
                                supportLevel = deprecated;
                            };
                        };
                    };
                };
            };
            iconSource =             {
                largeAppIcon = unsupported;
                primaryIcons = pngInBinary;
            };
            onDemandResources =             {
                supportLevel = unsupported;
            };
        };
        configModelVersion = "1.1";
    };
    preflight =     (
        WPYRSFU994
    );
}', alertMessage='(null)', errors='(
)', warnings='(
)', infoMessages='(
)'>
2022-05-10 09:26:35 +0000  App Store Connect team IDs for account karhoong@the-oaks.my are (
    WPYRSFU994
)

Error Analyzing App Version without details while distributing app

This seems to have been a widespread problem. According to the folks on this thread it’s now resolved.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Error Analyzing App Version without details while distributing app
 
 
Q