flutter_launcher_icons icon indicating copy to clipboard operation
flutter_launcher_icons copied to clipboard

[BUG] The package is not changing the icon for iOS app

Open uzairleo opened this issue 2 years ago • 6 comments

:information_source: Info

Version: e.g. v0.7.5

:speech_balloon: Description

Enter a description of your problem here

:scroll: Pubspec.yaml

We ask that you include your pubspec.yaml file as a common problem we have seen has been the pubspec.yaml file being incorrect

uzairleo avatar Feb 26 '22 13:02 uzairleo

I think I have the same Problem but im not sure since you didnt really describe your issue

In iOS the launcher icon stays blank, it shows the default "white grid" icon

danielRi avatar Mar 28 '22 04:03 danielRi

I'm experiencing the same issue which is more evident when using flavors. The icons are being generated, the problem is the build settings which aren't updated accordingly. So, in my case, I had to open Xcode, select the target and under Build Settings I had to change Include All App Icon Assets to yes and Primary App Icon Set Name to the respective icon, like so: Screenshot 2022-04-25 at 14 54 24

jpcarreira avatar Apr 25 '22 13:04 jpcarreira

I am also experiencing this issue.

agonzalezpuerta avatar Jul 17 '22 12:07 agonzalezpuerta

Hi @jpcarreira thanks for the resolution

I am not familiar with the IOS platform.

I wonder if we can automate this process with flutter_launcher_icons. Is there any file that can be updated to automate this process?

RatakondalaArun avatar Jul 31 '22 09:07 RatakondalaArun

Hi everyone,

I followed https://github.com/fluttercommunity/flutter_launcher_icons/issues/341#issuecomment-1108611509 and my app got rejected for not meeting "Guideline 4.6 - Design - Alternate App Icons". I think setting "Yes" for "Include All App Icon Assets" is treated as an app containing alternate app icons.

What I ended up doing are:

  • Set "No" to "Include All App Icon Assets"
  • Select Targets > Runner, and then populate an appropriate value for "Primary App Icon Set Name" for each flavor (i.e. AppIcon-prod)
  • Do the same for Project -> Runner

This seems to remove multiple app icons to be included for the app.

atsuya avatar Aug 01 '22 07:08 atsuya

I have the same issue, flutter icons doesnt change. Anyone have this issue?

roneicouto avatar Dec 30 '22 06:12 roneicouto