Blessed icon indicating copy to clipboard operation
Blessed copied to clipboard

icon does not show image, shows a file "PNG" icon instead

Open SuperBox64 opened this issue 1 year ago • 0 comments

let icon = Bundle.main.url(forResource: "bless", withExtension: "png")

When I use the above code, and add an image called "bless" to my App, I am not get the actual image icon, instead I get a file icon with the letters "PNG" on it.

Are there any specs for the image such as image size, or any thing else that might be missing?

image image

SuperBox64 avatar Jun 21 '23 13:06 SuperBox64