Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The flutter icons removal have broken the iOS build #5673

Closed
teolemon opened this issue Oct 7, 2024 · 2 comments · Fixed by #5722
Closed

The flutter icons removal have broken the iOS build #5673

teolemon opened this issue Oct 7, 2024 · 2 comments · Fixed by #5722
Assignees
Labels

Comments

@teolemon
Copy link
Member

teolemon commented Oct 7, 2024

What

[!] Error uploading ipa file:
| fastlane summary |
[Application Loader Error Output]: 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: 15b65b3e-cd36-481d-9f60-f99dc5afe302)
[Application Loader Error Output]: Error uploading '/var/folders/0g/hj_q_pzx65bbjnslxz9n0src0000gn/T/e992f994-05d5-441d-a452-1ad2a404c50f.ipa'.
+------+------------------------------+-------------+
[Application Loader Error Output]: Asset validation failed 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: 15b65b3e-cd36-481d-9f60-f99dc5afe302) (90717)

@teolemon teolemon changed the title The flutter icons removal might have broken iOS The flutter icons removal have broken the iOS build Oct 13, 2024
@monsieurtanuki
Copy link
Contributor

Probably related to #5642.
One solution would be to roll back the content of AppIcon.appiconset.
Another would be to use an existing package to create the app icons, e.g. flutter_launcher_icons, in order to focus on Smoothie's added values.

@g123k g123k self-assigned this Oct 17, 2024
@g123k
Copy link
Collaborator

g123k commented Oct 17, 2024

This is just a one file change, there's no need for a dependency

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging a pull request may close this issue.

3 participants