Hi guys, I'm a flutter developer on BTG Pactual digital.
I was working in a solution to make our app as white-label. In this process, I had to make it select an icon set according to the selected scheme.
Searching for a solution, all tips were speaking about Asset Catalog App Icon Set Name on Build Settings, which apparently isn't available on xcode > 13 anymore. After reading the Xcode 13's release notes I think that the Primary Icon Set Name is like this previous one. But, it wasted a lot of my time, because the icon preview isn't gotten according to the icon setted on this new variable.
Take a look at this sample:
As you can see, the icon preview is equal for all of them, but both the EqiAppIcon and NectonAppIcon has different icon images.
Have I forgot some thing?