Scott Yacko
Ā Ā·Ā Dave Knows puts actionable data insights into users’ hands instantly, eliminating the inefficiencies of traditional dashboards.

Error about image size when deploying to app store

Troubleshooting

I get the following error and I don't know how to fix it.Upload "/Users/builder/clone/build/ios/ipa/DaveKnows.ipa" to App Store Connect 2024-11-07 21:39:16.325 *** Error: ERROR: [ContentDelivery.Uploader] Asset validation failed (90717) Invalid large app icon. The large app icon in the asset catalog in ā€œRunner.appā€ can’t be transparent or contain an alpha channel. For details, visit: https://developer.apple.com/design/human-interface-guidelines/app-icons. (ID: a6d3fd3e-a0d5-4627-8a19-1d2b62932f3e) 2024-11-07 21:39:18.956 INFO: [ContentDelivery.Uploader]

Here are my setting for App Assets

There is the full readout
<body style="background-color:#14161C">

<style>

body {

color:#C8C8C8;

overflow-x: hidden;

padding-top: 0px;

padding-right: 5px;

padding-bottom: 5px;

padding-left: 5px;

font-family: monaco;

}

h4 {

margin-bottom: 4px;

font-weight: bold;

color: #DF3F3F;

}

</style>

<h4>Failed Step: Publishing</h4>

<div style="white-space: pre-wrap;line-height: 1.5">

== Gathering artifacts ==

== Publishing artifacts ==

Publishing artifact DaveKnows.ipa

Publishing artifact App.framework.dSYM.zip

Publishing artifact Flutter.framework.dSYM.zip

Publishing artifact Runner.app.dSYM.zip

Publishing DaveKnows.ipa to App Store Connect

<span style="color:#268BD2">&gt; app-store-connect publish --path /Users/builder/clone/build/ios/ipa/DaveKnows.ipa --key-id @env:APP_STORE_CONNECT_KEY_IDENTIFIER --issuer-id @env:APP_STORE_CONNECT_ISSUER_ID --private-key @env:APP_STORE_CONNECT_PRIVATE_KEY</span>

<span style="color:#268BD2">Publish "/Users/builder/clone/build/ios/ipa/DaveKnows.ipa" to App Store Connect</span>

App name: DaveKnows.ai

Bundle identifier: com.styholdings.dkanswers

Certificate expires: 2025-11-07T20:40:55.000+0000

Distribution type: App Store

Min os version: 14.0.0

Provisioned devices: N/A

Provisions all devices: No

Supported platforms: iPhoneOS

Version code: 1

Version: 1.0.0

<span style="color:#268BD2">Upload "/Users/builder/clone/build/ios/ipa/DaveKnows.ipa" to App Store Connect</span>

2024-11-07 21:39:16.325 *** Error: ERROR: [ContentDelivery.Uploader] Asset validation failed (90717) Invalid large app icon. The large app icon in the asset catalog in ā€œRunner.appā€ can’t be transparent or contain an alpha channel. For details, visit: https://developer.apple.com/design/human-interface-guidelines/app-icons. (ID: a6d3fd3e-a0d5-4627-8a19-1d2b62932f3e)

2024-11-07 21:39:18.956 INFO: [ContentDelivery.Uploader]

=============

UPLOAD FAILED with 1 error.

=============

{"tool-version":"7.006.15006","tool-path":"\/Applications\/Xcode-15.3.app\/Contents\/SharedFrameworks\/ContentDeliveryServices.framework\/Versions\/A\/Frameworks\/AppStoreService.framework","os-version":"14.3.1","product-errors":[{"message":"Asset validation failed","userInfo":{"NSUnderlyingError":"Error Domain=IrisAPI Code=-19241 \"Asset validation failed\" UserInfo={status=409, detail=Invalid large app icon. The large app icon in the asset catalog in ā€œRunner.appā€ can’t be transparent or contain an alpha channel. For details, visit: https:\/\/developer.apple.com\/design\/human-interface-guidelines\/app-icons., id=a6d3fd3e-a0d5-4627-8a19-1d2b62932f3e, code=STATE_ERROR.VALIDATION_ERROR.90717, title=Asset validation failed, NSLocalizedFailureReason=Invalid large app icon. The large app icon in the asset catalog in ā€œRunner.appā€ can’t be transparent or contain an alpha channel. For details, visit: https:\/\/developer.apple.com\/design\/human-interface-guidelines\/app-icons., NSLocalizedDescription=Asset validation failed}","NSLocalizedDescription":"Asset validation failed","iris-code":"STATE_ERROR.VALIDATION_ERROR.90717","NSLocalizedFailureReason":"Invalid large app icon. The large app icon in the asset catalog in ā€œRunner.appā€ can’t be transparent or contain an alpha channel. For details, visit: https:\/\/developer.apple.com\/design\/human-interface-guidelines\/app-icons. (ID: a6d3fd3e-a0d5-4627-8a19-1d2b62932f3e)"},"code":90717}]}

<span style="color:#D30102">Failed to upload archive at "/Users/builder/clone/build/ios/ipa/DaveKnows.ipa"</span>

<span style="color:#D30102">Failed to publish /Users/builder/clone/build/ios/ipa/DaveKnows.ipa</span>

Failed to publish DaveKnows.ipa to App Store Connect.

Build failed :|

Publishing failed :|

Failed to publish DaveKnows.ipa to App Store Connect.

</div>

</body>

What have you tried so far?

Setting the background color from transparent to primary for the splash and Android Adaptive Icon.

I found this from a google search
add this in config flutter_launcher_icons remove_alpha_ios: true
How do I do this in FLutterFlow?

Did you check FlutterFlow's Documentation for this topic?
No
1 reply