I generated all the required assets for the package manifest but VS gives error on the file /StoreLogo.scale-100.png
.
If I hover the red cross:
A mixture of images with and without the "scale" or "targetsize" qualifiers exists in this project for the logical name "Assets\StoreLogo.png". When a mixture exists, files without the qualifier will be ignored.
So I create a copy of the scale-100 file and simply name it to StoreLogo.png
so the error that aborted the compilation is gone (and it compiles successfully) but but I still see the visual error in the package editor as you can see from the image.
Does anyone experienced the same? Is there a fix?
The issue lies in your solution explorer. There would be two images of the same type StoreLogo.png
and StoreLogo.Scale100.png
. This generally causes the issue. There are different trouble shooting steps:
storeLogo
with all scales. And then re-add them using your visual assets tab from a different directory. Assets/StoreLogo.png
and once done, follow the above method to add store logos afresh. That being said, the 3rd option is always the last one. Most probably either 1 or 2 would get you fixed.